diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2019-08-21 23:17:32 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2020-06-24 15:52:05 +0900 |
commit | 5d1a411eb12fc700804ffe5d6e205234d30edd5f (patch) | |
tree | 7c16b7f523a070b5eeea6be2e653ab20746e802e /src/util/fees.h | |
parent | 91f6d2bc8ff4d4cd1b86daa370ec9d2d9662394d (diff) |
fees: add FeeModes doc helper function
Diffstat (limited to 'src/util/fees.h')
-rw-r--r-- | src/util/fees.h | 1 |
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 |