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.
PaymentDetails::amount_msat
None
1 parent b12b748 commit ffad4f3Copy full SHA for ffad4f3
src/payment/store.rs
@@ -41,6 +41,8 @@ pub struct PaymentDetails {
41
/// The kind of the payment.
42
pub kind: PaymentKind,
43
/// The amount transferred.
44
+ ///
45
+ /// Will be `None` for variable-amount payments until we received them.
46
pub amount_msat: Option<u64>,
47
/// The fees that were paid for this payment.
48
///
0 commit comments