Change "insane" to "absurd" (referring to high fees) in text strings and identifiers.

Note that this will also require translation changes in Transifex for the key
"A fee higher than %1 is considered an insanely high fee." which is now
"A fee higher than %1 is considered an absurdly high fee."

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2015-01-31 02:54:55 +00:00
parent 6af674ecdc
commit 1371e6f5db
7 changed files with 12 additions and 12 deletions

View File

@@ -205,7 +205,7 @@ void FlushStateToDisk();
/** (try to) add transaction to memory pool **/
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree,
bool* pfMissingInputs, bool fRejectInsaneFee=false);
bool* pfMissingInputs, bool fRejectAbsurdFee=false);
struct CNodeStateStats {