aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-01-09 17:02:19 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-01-09 17:02:35 +0000
commit5b144b7113bf2691e427e64e8afb7f25ee1dad8d (patch)
treeb1130cc727286b2d7c1c727c0c1c1d74ed3b2c5c /src/main.h
parentd513405cb71425dd615e88aca4f6222e08d150a5 (diff)
parent45b8e278fba213fc88ff2be532f15c06accfc857 (diff)
downloadbitcoin-5b144b7113bf2691e427e64e8afb7f25ee1dad8d.tar.xz
Merge branch bytespersigop
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 cadd281c89..cefaedabf5 100644
--- a/src/main.h
+++ b/src/main.h
@@ -100,6 +100,7 @@ static const bool DEFAULT_RELAYPRIORITY = true;
/** Default for -permitbaremultisig */
static const bool DEFAULT_PERMIT_BAREMULTISIG = true;
+static const unsigned int DEFAULT_BYTES_PER_SIGOP = 20;
static const bool DEFAULT_CHECKPOINTS_ENABLED = true;
static const bool DEFAULT_TXINDEX = false;
static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100;
@@ -130,6 +131,7 @@ extern int nScriptCheckThreads;
extern bool fTxIndex;
extern bool fIsBareMultisigStd;
extern bool fRequireStandard;
+extern unsigned int nBytesPerSigOp;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;
extern size_t nCoinCacheUsage;