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
This is related to the failure of tests::signer::v0::bitcoind_forking_test on develop. It needs to be fixed before the next release or we may have a stall when bitcoin forks.
The code in check_block_against_signer_db_state will not sign a block on a bitcoin fork if its height is <= the previous chain tip.
The text was updated successfully, but these errors were encountered:
This is related to the failure of
tests::signer::v0::bitcoind_forking_test
on develop. It needs to be fixed before the next release or we may have a stall when bitcoin forks.The code in
check_block_against_signer_db_state
will not sign a block on a bitcoin fork if its height is <= the previous chain tip.The text was updated successfully, but these errors were encountered: