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 e9a7fba commit 29d77deCopy full SHA for 29d77de
src/api.rs
@@ -84,7 +84,7 @@ pub trait ElectrumApi {
84
/// Tries to fetch `count` block headers starting from `start_height`.
85
fn block_headers(&self, start_height: usize, count: usize) -> Result<GetHeadersRes, Error>;
86
87
- /// Estimates the fee required in **Satoshis per kilobyte** to confirm a transaction in `number` blocks.
+ /// Estimates the fee required in **Bitcoin per kilobyte** to confirm a transaction in `number` blocks.
88
fn estimate_fee(&self, number: usize) -> Result<f64, Error>;
89
90
/// Returns the minimum accepted fee by the server's node in **Bitcoin, not Satoshi**.
0 commit comments