From 98790608a43e60b8025346034d28ff1f58cebab0 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Wed, 1 Jun 2016 16:47:36 +0000 Subject: getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not --- src/versionbits.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/versionbits.h') diff --git a/src/versionbits.h b/src/versionbits.h index d805942028..ede2dcdda8 100644 --- a/src/versionbits.h +++ b/src/versionbits.h @@ -33,6 +33,8 @@ typedef std::map ThresholdConditionCache; struct BIP9DeploymentInfo { /** Deployment name */ const char *name; + /** Whether GBT clients can safely ignore this rule in simplified usage */ + bool gbt_force; }; extern const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[]; -- cgit v1.2.3