Skip to content

Commit

Permalink
Merge #72: doc: s/Satoshi/Bitcoin
Browse files Browse the repository at this point in the history
29d77de doc: s/Satoshi/Bitcoin (zkao)

Pull request description:

  Unit was wrong in the docs

ACKs for top commit:
  afilini:
    ACK 29d77de

Tree-SHA512: a172647cb3c7dc55444f89f9b05832c2b073fc6062c439719bb5c4aecc739be20592ee93111ecee491b0b37e0a0c49f7c3c331a1099bbd6070711d9f5ae0c093
  • Loading branch information
afilini committed Jul 15, 2022
2 parents e9a7fba + 29d77de commit ca48628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub trait ElectrumApi {
/// Tries to fetch `count` block headers starting from `start_height`.
fn block_headers(&self, start_height: usize, count: usize) -> Result<GetHeadersRes, Error>;

/// 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.
fn estimate_fee(&self, number: usize) -> Result<f64, Error>;

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

0 comments on commit ca48628

Please sign in to comment.