MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.85k stars 839 forks source link

Fix unit use in FeeRate for fee histogram #1175

Closed lontivero closed 1 year ago

lontivero commented 1 year ago

The `from_feerate and to__feerate` returned by the bitcoin RPC call are expressed in sats/vb and not sat/kvb so, the value of these two properties were wrong.

kiminuo commented 1 year ago

Given that you have researched the code so much, it might be helpful to document bit (one line explanations) the MemPoolInfo.cs file.