mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
pytest: Fix tests broken by the pay and paystatus changes
This commit collects the changes required to the tests caused by the changes to the `pay` and `paystatus` commands. They are also rather good hints as to what these changes entail.
This commit is contained in:
@@ -1967,7 +1967,11 @@ static const struct plugin_command commands[] = { {
|
||||
"payment",
|
||||
"Send payment specified by {bolt11} with {amount}",
|
||||
"Try to send a payment, retrying {retry_for} seconds before giving up",
|
||||
#ifdef COMPAT_V090
|
||||
json_pay
|
||||
#else
|
||||
json_paymod
|
||||
#endif
|
||||
}, {
|
||||
"paystatus",
|
||||
"payment",
|
||||
|
||||
Reference in New Issue
Block a user