Skip to content

Commit

Permalink
Remove clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed May 16, 2024
1 parent b0da7c7 commit 7968580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base_layer/core/src/transactions/key_manager/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ where TBackend: KeyManagerBackend<PublicKey> + 'static
// Transaction input section (transactions > transaction_components > transaction_input)
// -----------------------------------------------------------------------------------------------------------------

#[allow(clippy::too_many_lines)]
pub async fn get_script_signature(
&self,
script_key_id: &TariKeyId,
Expand Down

0 comments on commit 7968580

Please sign in to comment.