pytest plugins: use the standard 'no operation' syntax for hooks

This commit is contained in:
darosior
2020-01-31 12:50:37 +01:00
committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent 6e34aa233a
commit 9030e5d779
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ def on_payment(payment, plugin, **kwargs):
WIRE_TEMPORARY_NODE_FAILURE = 0x2002
return {'failure_code': WIRE_TEMPORARY_NODE_FAILURE}
return {}
return {'result': 'continue'}
plugin.run()