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:
@@ -482,6 +482,8 @@ extern CBlockTreeDB *pblocktree;
|
||||
*/
|
||||
int GetSpendHeight(const CCoinsViewCache& inputs);
|
||||
|
||||
extern VersionBitsCache versionbitscache;
|
||||
|
||||
/**
|
||||
* Determine what nVersion a new block should use.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user