mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
pytest plugins: use the standard 'no operation' syntax for hooks
This commit is contained in:
committed by
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent
6e34aa233a
commit
9030e5d779
@@ -24,7 +24,7 @@ def on_rpc_command(plugin, rpc_command, **kwargs):
|
||||
elif request["method"] == "help":
|
||||
request["method"] = "autocleaninvoice"
|
||||
return {"replace": request}
|
||||
return {"continue": True}
|
||||
return {"result": "continue"}
|
||||
|
||||
|
||||
plugin.run()
|
||||
|
||||
Reference in New Issue
Block a user