aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2014-07-03 14:25:32 -0400
committerGavin Andresen <[email protected]>2014-07-03 14:42:16 -0400
commit13fc83c77bb9108c00dd7709ce17719edb763273 (patch)
tree4d9397d208b3c74bea11056ec9402fdfc81a36f5 /src/wallet.h
parentSanity checks for estimates (diff)
downloaddiscoin-13fc83c77bb9108c00dd7709ce17719edb763273.tar.xz
discoin-13fc83c77bb9108c00dd7709ce17719edb763273.zip
Move fee policy out of core
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index 19a1b1852..a5162bb83 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -268,6 +268,7 @@ public:
std::string SendMoney(CScript scriptPubKey, int64_t nValue, CWalletTx& wtxNew);
std::string SendMoneyToDestination(const CTxDestination &address, int64_t nValue, CWalletTx& wtxNew);
+ static CFeeRate minTxFee;
static int64_t GetMinimumFee(unsigned int nTxBytes, unsigned int nConfirmTarget, const CTxMemPool& pool);
bool NewKeyPool();