aboutsummaryrefslogtreecommitdiff
path: root/src/util/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/error.h')
-rw-r--r--src/util/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/error.h b/src/util/error.h
index d93309551b..0fd474b962 100644
--- a/src/util/error.h
+++ b/src/util/error.h
@@ -27,6 +27,7 @@ enum class TransactionError {
INVALID_PSBT,
PSBT_MISMATCH,
SIGHASH_MISMATCH,
+ MAX_FEE_EXCEEDED,
};
std::string TransactionErrorString(const TransactionError error);