mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Allow setting nMinimumChainWork on command line
This commit is contained in:
committed by
Suhas Daftuar
parent
e0e3cbbf08
commit
0311836f69
@@ -186,6 +186,9 @@ extern bool fEnableReplacement;
|
||||
/** Block hash whose ancestors we will assume to have valid scripts without checking them. */
|
||||
extern uint256 hashAssumeValid;
|
||||
|
||||
/** Minimum work we will assume exists on some valid chain. */
|
||||
extern arith_uint256 nMinimumChainWork;
|
||||
|
||||
/** Best header we've seen so far (used for getheaders queries' starting points). */
|
||||
extern CBlockIndex *pindexBestHeader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user