aboutsummaryrefslogtreecommitdiff
path: root/src/util/fees.h
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2019-08-21 23:17:32 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2020-06-24 15:52:05 +0900
commit5d1a411eb12fc700804ffe5d6e205234d30edd5f (patch)
tree7c16b7f523a070b5eeea6be2e653ab20746e802e /src/util/fees.h
parent91f6d2bc8ff4d4cd1b86daa370ec9d2d9662394d (diff)
downloadbitcoin-5d1a411eb12fc700804ffe5d6e205234d30edd5f.tar.xz
fees: add FeeModes doc helper function
Diffstat (limited to 'src/util/fees.h')
-rw-r--r--src/util/fees.h1
1 files changed, 1 insertions, 0 deletions
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