mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-23 05:09:26 +02:00
[qa] Test nMinimumChainWork
Nodes don't consider themselves out of "initial block download" until their active chain has more work than nMinimumChainWork. While in initial block download, nodes won't relay blocks to their peers, so test that this parameter functions as intended by verifying that block relay only succeeds past a given node once its nMinimumChainWork has been exceeded.
This commit is contained in:
committed by
Suhas Daftuar
parent
0311836f69
commit
eac64bb7a3
@@ -121,6 +121,7 @@ BASE_SCRIPTS= [
|
||||
'bip65-cltv-p2p.py',
|
||||
'uptime.py',
|
||||
'resendwallettransactions.py',
|
||||
'minchainwork.py',
|
||||
]
|
||||
|
||||
EXTENDED_SCRIPTS = [
|
||||
|
||||
Reference in New Issue
Block a user