aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorMurch <murch@murch.one>2022-02-09 15:41:53 -0500
committerMurch <murch@murch.one>2022-02-14 16:01:26 -0500
commite50a9be1540c769a99fcdc1f7a109a6bf1c7516b (patch)
treef1c00187b9337f6b99f864a761897f7ad5e74044 /src/rpc
parent5e8e0b3d7f6055e326bda61e60712b530e8920f0 (diff)
downloadbitcoin-e50a9be1540c769a99fcdc1f7a109a6bf1c7516b.tar.xz
Remove outdated comment on CFeeRate
This comment described how the constructor of CFeeRate was previously indirectly used to parse fee rate arguments from RPCs. The command line input was actually in sat/vB but due to the use of AmountFromValue() it got converted to BTC/vB. In the constructor this could be rectified by creating a CFeeRate from that given value (in BTC/vB) and COIN as the transaction size, turning the input effectively to sat/vB. Since this usage pattern was removed from the codebase some months ago, the comment is now obsolete. Also: • Use vsize and vbyte instead of size and byte
Diffstat (limited to 'src/rpc')
0 files changed, 0 insertions, 0 deletions