diff options
| author | Alex Morcos <[email protected]> | 2016-12-13 13:43:35 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2017-01-16 08:39:03 -0500 |
| commit | 7b1add3c28aae8caf2e1517f15cd953eacbb4931 (patch) | |
| tree | 275ed3876e984eaa5ffa35ac2780dfc6fb420b78 /src/policy/policy.cpp | |
| parent | Introduce -blockmintxfee (diff) | |
| download | discoin-7b1add3c28aae8caf2e1517f15cd953eacbb4931.tar.xz discoin-7b1add3c28aae8caf2e1517f15cd953eacbb4931.zip | |
Introduce -incrementalrelayfee
Diffstat (limited to 'src/policy/policy.cpp')
| -rw-r--r-- | src/policy/policy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/policy/policy.cpp b/src/policy/policy.cpp index d318a0997..4dacd6b54 100644 --- a/src/policy/policy.cpp +++ b/src/policy/policy.cpp @@ -206,6 +206,7 @@ bool IsWitnessStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs) return true; } +CFeeRate incrementalRelayFee = CFeeRate(DEFAULT_INCREMENTAL_RELAY_FEE); unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP; int64_t GetVirtualTransactionSize(int64_t nWeight, int64_t nSigOpCost) |