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 7b05e43 commit d66c1d7Copy full SHA for d66c1d7
testnet/stacks-node/src/tests/l1_multiparty.rs
@@ -413,7 +413,8 @@ fn l1_multiparty_1_of_n_deposit_and_withdraw_asset_integration_test() {
413
multi_party_contract.clone().into(),
414
415
);
416
- l1_nonce = publish_multiparty_contract_to_l1(l1_nonce, &config, &[miner_account.clone().into()]);
+ l1_nonce =
417
+ publish_multiparty_contract_to_l1(l1_nonce, &config, &[miner_account.clone().into()]);
418
419
// Wait for exactly two stacks blocks.
420
wait_for_next_stacks_block(&sortition_db);
0 commit comments