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 f1a9acf commit 2fdeb87Copy full SHA for 2fdeb87
testnet/stacks-node/src/tests/signer/v0.rs
@@ -8203,7 +8203,7 @@ fn block_proposal_max_age_rejections() {
8203
.unwrap_or((0, 0));
8204
assert_eq!(block_2_status.1, 0, "Block 2 should always be rejected");
8205
8206
- info!("Block 2 status"; "accepted" => block_2_status.1, "rejected" => block_2_status.0);
+ info!("Block 2 status"; "accepted" => %block_2_status.1, "rejected" => %block_2_status.0);
8207
Ok(block_2_status.0 > num_signers * 7 / 10)
8208
})
8209
.expect("Timed out waiting for block rejections");
0 commit comments