aboutsummaryrefslogtreecommitdiff
path: root/src/node/chainstatemanager_args.h
AgeCommit message (Collapse)Author
2022-10-18Move ::nMinimumChainWork into ChainstateManagerMacroFake
This changes the minimum chain work for the bitcoin-chainstate executable. Previously it was uint256{}, now it is the chain's default minimum chain work.
2022-10-18Move ::nMaxTipAge into ChainstateManagerMacroFake