You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Not strictly necessary, but makes it easier to logic out if miner doesn't send a proposal until signers are on same page...
17631
+
TEST_MINE_SKIP.set(true);
17632
+
info!("------------------------- Confirm Signers Sent Downgraded State Machine Updates -------------------------");
17633
+
// Cannot use any built in functions that call mine_nakamoto_block since it expects signer updates matching the majority version and we are manually messing with these versions
17634
+
signer_test.mine_bitcoin_block();
17633
17635
let tip = SortitionDB::get_canonical_burn_chain_tip(sortdb.conn()).unwrap();
0 commit comments