aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-02-03 13:02:23 +0100
committerWladimir J. van der Laan <[email protected]>2015-02-03 13:12:12 +0100
commite5f1f5a26399c7d36fa8e2c29ec411eea49b0a4c (patch)
tree400528ae4094e50ac6db7b49671ec43d7a8f16b0 /src/wallet.cpp
parentMerge pull request #5647 (diff)
parentChange "insane" to "absurd" (referring to high fees) in text strings and iden... (diff)
downloaddiscoin-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.cpp')
-rw-r--r--src/wallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index 51cd71419..d565a3dee 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -2369,9 +2369,9 @@ int CMerkleTx::GetBlocksToMaturity() const
}
-bool CMerkleTx::AcceptToMemoryPool(bool fLimitFree, bool fRejectInsaneFee)
+bool CMerkleTx::AcceptToMemoryPool(bool fLimitFree, bool fRejectAbsurdFee)
{
CValidationState state;
- return ::AcceptToMemoryPool(mempool, state, *this, fLimitFree, NULL, fRejectInsaneFee);
+ return ::AcceptToMemoryPool(mempool, state, *this, fLimitFree, NULL, fRejectAbsurdFee);
}