diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-02-03 13:02:23 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-02-03 13:12:12 +0100 |
| commit | e5f1f5a26399c7d36fa8e2c29ec411eea49b0a4c (patch) | |
| tree | 400528ae4094e50ac6db7b49671ec43d7a8f16b0 /src/wallet.h | |
| parent | Merge pull request #5647 (diff) | |
| parent | Change "insane" to "absurd" (referring to high fees) in text strings and iden... (diff) | |
| download | discoin-e5f1f5a26399c7d36fa8e2c29ec411eea49b0a4c.tar.xz discoin-e5f1f5a26399c7d36fa8e2c29ec411eea49b0a4c.zip | |
Merge pull request #5732
1371e6f Change "insane" to "absurd" (referring to high fees) in text strings and identifiers. (Daira Hopwood)
Diffstat (limited to 'src/wallet.h')
| -rw-r--r-- | src/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index aaff00b71..a7d75b70c 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -548,7 +548,7 @@ public: int GetDepthInMainChain() const { const CBlockIndex *pindexRet; return GetDepthInMainChain(pindexRet); } bool IsInMainChain() const { const CBlockIndex *pindexRet; return GetDepthInMainChainINTERNAL(pindexRet) > 0; } int GetBlocksToMaturity() const; - bool AcceptToMemoryPool(bool fLimitFree=true, bool fRejectInsaneFee=true); + bool AcceptToMemoryPool(bool fLimitFree=true, bool fRejectAbsurdFee=true); }; /** |