Skip to content

Commit 29d77de

Browse files
authored
doc: s/Satoshi/Bitcoin
Unit was wrong in the docs
1 parent e9a7fba commit 29d77de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub trait ElectrumApi {
8484
/// Tries to fetch `count` block headers starting from `start_height`.
8585
fn block_headers(&self, start_height: usize, count: usize) -> Result<GetHeadersRes, Error>;
8686

87-
/// Estimates the fee required in **Satoshis per kilobyte** to confirm a transaction in `number` blocks.
87+
/// Estimates the fee required in **Bitcoin per kilobyte** to confirm a transaction in `number` blocks.
8888
fn estimate_fee(&self, number: usize) -> Result<f64, Error>;
8989

9090
/// Returns the minimum accepted fee by the server's node in **Bitcoin, not Satoshi**.

0 commit comments

Comments
 (0)