MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsBTGHardForkEnabledForCurrentBlock

Function IsBTGHardForkEnabledForCurrentBlock

src/validation.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492bool 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

Callers 10

SendMoneyFunction · 0.85
sendmanyFunction · 0.85
walletprocesspsbtFunction · 0.85
walletcreatefundedpsbtFunction · 0.85
SignTransactionFunction · 0.85
FundTransactionMethod · 0.85
prepareTransactionMethod · 0.85
combinerawtransactionFunction · 0.85
SignTransactionFunction · 0.85
finalizepsbtFunction · 0.85

Calls 2

IsBTGHardForkEnabledFunction · 0.85
TipMethod · 0.45

Tested by

no test coverage detected