diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-01-09 16:17:17 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-01-09 16:53:12 +0000 |
commit | fdc202f4b02802bfb0ec162d71a115eb86f1bde9 (patch) | |
tree | c08a9e1db25d3aa435e9ed2305cb80c9957d423a /src/main.h | |
parent | 901b01d674031f9aca717deeb372bafa160a24af (diff) | |
parent | 45b8e278fba213fc88ff2be532f15c06accfc857 (diff) |
Merge branch bytespersigop
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index d813f01ba7..453e6146e9 100644 --- a/src/main.h +++ b/src/main.h @@ -92,6 +92,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; @@ -122,6 +123,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; |