aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-06-08 15:28:45 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-06-08 15:44:07 +0200
commit66ed450d771a8fc01c159a8402648ebd1c35eb4c (patch)
tree43998454f3822caed7f0704f6f487e30c723d4c0 /src/main.h
parent6a034ed89891e4f23eeaccba928731f32c8e2057 (diff)
parent12c708a4b3a799478fbb3f93fda696706177a824 (diff)
downloadbitcoin-66ed450d771a8fc01c159a8402648ebd1c35eb4c.tar.xz
Merge #7935: Versionbits: GBT support
12c708a getblocktemplate: Use version/force mutation to support pre-BIP9 clients (Luke Dashjr) 9879060 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not (Luke Dashjr) 72cd6b2 qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates (Luke Dashjr) d3df40e Implement BIP 9 GBT changes (Luke Dashjr)
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 4e93c084f4..9b99ae7c87 100644
--- a/src/main.h
+++ b/src/main.h
@@ -482,6 +482,8 @@ extern CBlockTreeDB *pblocktree;
*/
int GetSpendHeight(const CCoinsViewCache& inputs);
+extern VersionBitsCache versionbitscache;
+
/**
* Determine what nVersion a new block should use.
*/