Skip to content

Commit 8812817

Browse files
committed
Remove unit from modelled feerate
The FeeRate type abstracts away the unit.
1 parent 81224df commit 8812817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/model/blockchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ pub struct GetMempoolInfo {
639639
pub mempool_min_fee: Option<FeeRate>,
640640
/// Current minimum relay fee for transactions.
641641
pub min_relay_tx_fee: Option<FeeRate>,
642-
/// Minimum fee rate increment for mempool limiting or replacement in BTC/kvB. v24 and later only.
642+
/// Minimum fee rate increment for mempool limiting or replacement. v24 and later only.
643643
pub incremental_relay_fee: Option<FeeRate>,
644644
/// Current number of transactions that haven't passed initial broadcast yet. v21 and later only.
645645
pub unbroadcast_count: Option<u32>,

0 commit comments

Comments
 (0)