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 8e75867 commit 7de4d28Copy full SHA for 7de4d28
testnet/stacks-node/src/tests/signer/v0.rs
@@ -488,6 +488,7 @@ fn block_proposal_rejection() {
488
header: NakamotoBlockHeader::empty(),
489
txs: vec![],
490
};
491
+ block.header.timestamp = get_epoch_time_secs();
492
493
// First propose a block to the signers that does not have the correct consensus hash or BitVec. This should be rejected BEFORE
494
// the block is submitted to the node for validation.
0 commit comments