File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ fn block_proposal_rejection() {
489
489
header : NakamotoBlockHeader :: empty ( ) ,
490
490
txs : vec ! [ ] ,
491
491
} ;
492
+ block. header . timestamp = get_epoch_time_secs ( ) ;
492
493
493
494
// First propose a block to the signers that does not have the correct consensus hash or BitVec. This should be rejected BEFORE
494
495
// the block is submitted to the node for validation.
@@ -7509,6 +7510,7 @@ fn block_validation_response_timeout() {
7509
7510
header : NakamotoBlockHeader :: empty ( ) ,
7510
7511
txs : vec ! [ ] ,
7511
7512
} ;
7513
+ block. header . timestamp = get_epoch_time_secs ( ) ;
7512
7514
7513
7515
let info_before = get_chain_info ( & signer_test. running_nodes . conf ) ;
7514
7516
// Propose a block to the signers that passes initial checks but will not be submitted to the stacks node due to the submission stall
You can’t perform that action at this time.
0 commit comments