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.
README
1 parent 8bfa8ec commit 998e331Copy full SHA for 998e331
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