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.
2 parents 8bfa8ec + 998e331 commit 21d8978Copy full SHA for 21d8978
README.md
@@ -44,7 +44,7 @@ fn main() {
44
node.event_handled();
45
46
let invoice = Bolt11Invoice::from_str("INVOICE_STR").unwrap();
47
- node.bolt11_payment().send(&invoice).unwrap();
+ node.bolt11_payment().send(&invoice, None).unwrap();
48
49
node.stop().unwrap();
50
}
0 commit comments