Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
std::string CFeeRate::ToString() const
41
{
42
return strprintf(
"%d.%08d %s/kB"
, nSatoshisPerK / COIN, nSatoshisPerK % COIN, CURRENCY_UNIT);
43
}
Callers
1
processTransaction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected