Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbndg committed Apr 22, 2020
1 parent cab183b commit 833160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/plugins/helloworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def on_disconnect(plugin, id, **kwargs):
@plugin.subscribe("invoice_payment")
def on_payment(plugin, invoice_payment, **kwargs):
plugin.log("Received invoice_payment event for label {label}, preimage {preimage},"
" and amount of {msat}".format(**invoice_creation))
" and amount of {msat}".format(**invoice_payment))


@plugin.subscribe("invoice_creation")
Expand Down

0 comments on commit 833160b

Please sign in to comment.