We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3090eea commit 5612e6fCopy full SHA for 5612e6f
clarity/src/vm/clarity.rs
@@ -293,6 +293,7 @@ pub trait TransactionConnection: ClarityConnection {
293
/// abort_call_back is called with an AssetMap and a ClarityDatabase reference,
294
/// if abort_call_back returns true, all modifications from this transaction will be rolled back.
295
/// otherwise, they will be committed (though they may later be rolled back if the block itself is rolled back).
296
+ #[allow(clippy::too_many_arguments)]
297
fn run_contract_call<F>(
298
&mut self,
299
sender: &PrincipalData,
0 commit comments