| 490 | } |
| 491 | |
| 492 | bool IsBTGHardForkEnabledForCurrentBlock(const Consensus::Params& params) { |
| 493 | AssertLockHeld(cs_main); |
| 494 | return IsBTGHardForkEnabled(chainActive.Tip(), params); |
| 495 | } |
| 496 | |
| 497 | /* Make mempool consistent after a reorg, by re-adding or recursively erasing |
| 498 | * disconnected block transactions from the mempool, and also removing any |
no test coverage detected