aboutsummaryrefslogtreecommitdiff
path: root/src/util/fees.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/fees.cpp')
-rw-r--r--src/util/fees.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/fees.cpp b/src/util/fees.cpp
index 5fdaa1284c..cf16d5e44f 100644
--- a/src/util/fees.cpp
+++ b/src/util/fees.cpp
@@ -18,7 +18,6 @@ std::string StringForFeeReason(FeeReason reason) {
{FeeReason::PAYTXFEE, "PayTxFee set"},
{FeeReason::FALLBACK, "Fallback fee"},
{FeeReason::REQUIRED, "Minimum Required Fee"},
- {FeeReason::MAXTXFEE, "MaxTxFee limit"}
};
auto reason_string = fee_reason_strings.find(reason);