mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 10:04:28 +01:00
pay: don't timeout, wait until we've succeeded or failed.
Fixes: #2629 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -273,7 +273,7 @@ static struct command_result *sendpay_done(struct command *cmd,
|
||||
{
|
||||
return send_outreq(cmd, "waitsendpay",
|
||||
waitsendpay_done, waitsendpay_error, pc,
|
||||
"'payment_hash': '%s', 'timeout': 60",
|
||||
"'payment_hash': '%s'",
|
||||
pc->payment_hash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user