Also pass in appropriate object to: BIP9SoftForkDescPushBack
PR context: De-globalize ChainstateManager
This is a backport of core#21391
https://github.com/bitcoin/bitcoin/pull/21391/commits/d485e815e2b62dc74a485569d08130dc3ef9ff63
Differential D11510
rpc/blockchain: Use existing NodeContext PiRK on May 20 2022, 14:49. Authored by Tags None Subscribers None
Details
Also pass in appropriate object to: BIP9SoftForkDescPushBack PR context: De-globalize ChainstateManager This is a backport of core#21391 ninja all check-all
Diff Detail
Event TimelineComment Actions There are more simplifications:
Comment Actions use chainman.ActiveTip() and chainman.ActiveHeight() as suggested by John Newberry in his late review of the source commit. |