We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
relay_fee
1 parent dfd40b3 commit 93c20f9Copy full SHA for 93c20f9
src/api.rs
@@ -308,6 +308,9 @@ pub trait ElectrumApi {
308
fn estimate_fee(&self, number: usize, mode: Option<EstimationMode>) -> Result<f64, Error>;
309
310
/// Returns the minimum accepted fee by the server's node in **Bitcoin, not Satoshi**.
311
+ ///
312
+ /// **Note:** This method is deprecated in protocol v1.6+. Use [`mempool_get_info`](#method.mempool_get_info)
313
+ /// instead, which provides `minrelaytxfee` along with additional mempool fee information.
314
fn relay_fee(&self) -> Result<f64, Error>;
315
316
/// Subscribes to notifications for activity on a specific *scriptPubKey*.
0 commit comments