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 69ddbe3 commit 6aa4916Copy full SHA for 6aa4916
src/payment/bolt11.rs
@@ -394,8 +394,8 @@ impl Bolt11Payment {
394
/// failed back, e.g., if the correct preimage can't be retrieved in time before the claim
395
/// deadline has been reached.
396
///
397
- /// Will check that the payment is known before failing the payment, and will return an error
398
- /// otherwise.
+ /// Will check that the payment is known and pending before failing the payment, and will
+ /// return an error otherwise.
399
400
/// [`receive_for_hash`]: Self::receive_for_hash
401
/// [`receive_variable_amount_for_hash`]: Self::receive_variable_amount_for_hash
0 commit comments