Skip to content

Commit 6608bbb

Browse files
committed
f sp
1 parent a4d895e commit 6608bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ impl<D: tb::Bool, H: tb::Bool, T: tb::Bool, C: tb::Bool, S: tb::Bool> InvoiceBui
480480
}
481481
}
482482

483-
/// Sets the amount in millisatoshis. The optimal SI prefix is choosen automatically.
483+
/// Sets the amount in millisatoshis. The optimal SI prefix is chosen automatically.
484484
pub fn amount_milli_satoshis(mut self, amount_msat: u64) -> Self {
485485
let amount = amount_msat * 10; // Invoices are denominated in "pico BTC"
486486
let biggest_possible_si_prefix = SiPrefix::values_desc()

0 commit comments

Comments
 (0)