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 81224df commit 8812817Copy full SHA for 8812817
types/src/model/blockchain.rs
@@ -639,7 +639,7 @@ pub struct GetMempoolInfo {
639
pub mempool_min_fee: Option<FeeRate>,
640
/// Current minimum relay fee for transactions.
641
pub min_relay_tx_fee: Option<FeeRate>,
642
- /// Minimum fee rate increment for mempool limiting or replacement in BTC/kvB. v24 and later only.
+ /// Minimum fee rate increment for mempool limiting or replacement. v24 and later only.
643
pub incremental_relay_fee: Option<FeeRate>,
644
/// Current number of transactions that haven't passed initial broadcast yet. v21 and later only.
645
pub unbroadcast_count: Option<u32>,
0 commit comments