diff options
| author | Karl-Johan Alm <[email protected]> | 2019-08-21 23:17:32 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2020-06-24 15:52:05 +0900 |
| commit | 5d1a411eb12fc700804ffe5d6e205234d30edd5f (patch) | |
| tree | 7c16b7f523a070b5eeea6be2e653ab20746e802e /src/util/fees.h | |
| parent | rpc/wallet: add conf_target as alias to confTarget in bumpfee (diff) | |
| download | discoin-5d1a411eb12fc700804ffe5d6e205234d30edd5f.tar.xz discoin-5d1a411eb12fc700804ffe5d6e205234d30edd5f.zip | |
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 a930c8935..d52046a44 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 |