Skip to content

Commit d62c5ea

Browse files
committed
rusk-wallet: fix clippy::too_many_arguments
1 parent 5b157a5 commit d62c5ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rusk-wallet/src/wallet/transaction.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ impl<F: SecureWalletFile + Debug> Wallet<F> {
188188
}
189189

190190
/// Executes a generic contract call, paying gas from a public account.
191-
#[allow(clippy::too_many_arguments)]
192191
pub async fn moonlight_execute(
193192
&self,
194193
sender_idx: u8,

0 commit comments

Comments
 (0)