We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b88d87 commit c1a760bCopy full SHA for c1a760b
units/src/fee_rate/mod.rs
@@ -62,7 +62,7 @@ impl FeeRate {
62
}
63
64
65
- /// Constructs a new [`FeeRate`] from satoshis per virtual bytes,
+ /// Constructs a new [`FeeRate`] from satoshis per virtual byte,
66
/// returning `None` if overflow occurred.
67
pub const fn from_sat_per_vb(sat_vb: u64) -> Option<Self> {
68
// No `map()` in const context.
0 commit comments