From 5d1a411eb12fc700804ffe5d6e205234d30edd5f Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Wed, 21 Aug 2019 23:17:32 +0900 Subject: fees: add FeeModes doc helper function --- src/util/fees.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/fees.h') diff --git a/src/util/fees.h b/src/util/fees.h index a930c8935a..d52046a44c 100644 --- a/src/util/fees.h +++ b/src/util/fees.h @@ -12,5 +12,6 @@ enum class FeeReason; bool FeeModeFromString(const std::string& mode_string, FeeEstimateMode& fee_estimate_mode); std::string StringForFeeReason(FeeReason reason); +std::string FeeModes(const std::string& delimiter); #endif // BITCOIN_UTIL_FEES_H -- cgit v1.2.3