MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ToString

Method ToString

src/policy/feerate.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::string CFeeRate::ToString() const
41{
42 return strprintf("%d.%08d %s/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN, CURRENCY_UNIT);
43}

Callers 1

processTransactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected