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 52efad1 commit 3871ea1Copy full SHA for 3871ea1
lightning/src/offers/flow.rs
@@ -1162,9 +1162,6 @@ where
1162
return Err(Bolt12SemanticError::UnsupportedChain);
1163
}
1164
1165
- // TODO: Add persistance through `commons` internal function. Shouldn't be exposed here.
1166
- // let _persistence_guard = PersistenceNotifierGuard::notify_on_drop(&*self.commons);
1167
-
1168
match self.commons.create_inbound_payment(Some(amount_msats), relative_expiry, None) {
1169
Ok((payment_hash, payment_secret)) => {
1170
let payment_context = PaymentContext::Bolt12Refund(Bolt12RefundContext {});
0 commit comments