diff options
| author | Gavin Andresen <[email protected]> | 2014-07-03 14:25:32 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-07-03 14:42:16 -0400 |
| commit | 13fc83c77bb9108c00dd7709ce17719edb763273 (patch) | |
| tree | 4d9397d208b3c74bea11056ec9402fdfc81a36f5 /src/main.h | |
| parent | Sanity checks for estimates (diff) | |
| download | discoin-13fc83c77bb9108c00dd7709ce17719edb763273.tar.xz discoin-13fc83c77bb9108c00dd7709ce17719edb763273.zip | |
Move fee policy out of core
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 4c7b7fd8d..961f2e78a 100644 --- a/src/main.h +++ b/src/main.h @@ -93,6 +93,7 @@ extern bool fBenchmark; extern int nScriptCheckThreads; extern bool fTxIndex; extern unsigned int nCoinCacheSize; +extern CFeeRate minRelayTxFee; // Minimum disk space required - used in CheckDiskSpace() static const uint64_t nMinDiskSpace = 52428800; |