paymod: Remove the dummy payment modifier

It was there only for demonstration purposes, and is no longer useful.
This commit is contained in:
Christian Decker
2020-05-29 14:53:39 +02:00
parent fc714bf2df
commit ddb0424a4d
4 changed files with 2 additions and 28 deletions

View File

@@ -3053,7 +3053,7 @@ def test_pay_modifiers(node_factory):
# Make sure that the dummy param is in the help (and therefore assigned to
# the modifier data).
hlp = l1.rpc.help("paymod")['help'][0]
assert(hlp['command'] == 'paymod bolt11 [dummy]')
assert(hlp['command'] == 'paymod bolt11')
inv = l2.rpc.invoice(123, 'lbl', 'desc')['bolt11']
r = l1.rpc.paymod(inv)