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 7143f7b commit 86185f2Copy full SHA for 86185f2
testnet/stacks-node/src/tests/signer/v0.rs
@@ -13447,7 +13447,7 @@ fn verify_mempool_caches() {
13447
TEST_REJECT_ALL_BLOCK_PROPOSAL.set(rejecting_signers);
13448
13449
// submit a tx so that the miner will mine a block
13450
- let transfer_tx = make_stacks_transfer(
+ let transfer_tx = make_stacks_transfer_serialized(
13451
&sender_sk,
13452
0,
13453
send_fee,
@@ -13521,7 +13521,7 @@ fn verify_mempool_caches() {
13521
13522
info!("Nonce cache has the expected nonce after successfully mining block");
13523
13524
13525
13526
1,
13527
0 commit comments