MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / ToString

Method ToString

src/feerate.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::string CFeeRate::ToString() const {
58 const auto &currency = Currency::get();
59 return strprintf("%d.%0*d %s/kB", nSatoshisPerK / currency.baseunit,
60 currency.decimals,
61 (nSatoshisPerK % currency.baseunit) / currency.subunit,
62 currency.ticker);
63}

Callers 15

HeadersSyncStateMethod · 0.45
HelloMethod · 0.45
InitHTTPAllowListFunction · 0.45
BanMapToJsonFunction · 0.45
SweepBannedMethod · 0.45
mainFunction · 0.45
setAvalancheFinalizedMethod · 0.45
PrioritiseTransactionMethod · 0.45
TrimToSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected