aboutsummaryrefslogtreecommitdiff
path: root/src/common/messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/messages.h')
-rw-r--r--src/common/messages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/messages.h b/src/common/messages.h
index 68e7bb2169..5827fccee0 100644
--- a/src/common/messages.h
+++ b/src/common/messages.h
@@ -26,6 +26,8 @@ enum class PSBTError;
bool FeeModeFromString(const std::string& mode_string, FeeEstimateMode& fee_estimate_mode);
std::string StringForFeeReason(FeeReason reason);
std::string FeeModes(const std::string& delimiter);
+std::string FeeModeInfo(std::pair<std::string, FeeEstimateMode>& mode);
+std::string FeeModesDetail(std::string default_info);
std::string InvalidEstimateModeErrorMessage();
bilingual_str PSBTErrorString(PSBTError error);
bilingual_str TransactionErrorString(const node::TransactionError error);