Merge #7935: Versionbits: GBT support
12c708agetblocktemplate: Use version/force mutation to support pre-BIP9 clients (Luke Dashjr)9879060getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not (Luke Dashjr)72cd6b2qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates (Luke Dashjr)d3df40eImplement BIP 9 GBT changes (Luke Dashjr)
This commit is contained in:
@@ -2181,7 +2181,7 @@ void PartitionCheck(bool (*initialDownloadCheck)(), CCriticalSection& cs, const
|
||||
}
|
||||
|
||||
// Protected by cs_main
|
||||
static VersionBitsCache versionbitscache;
|
||||
VersionBitsCache versionbitscache;
|
||||
|
||||
int32_t ComputeBlockVersion(const CBlockIndex* pindexPrev, const Consensus::Params& params)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user