-
Notifications
You must be signed in to change notification settings - Fork 959
Closed
Labels
Type::BugAn error, flaw, or fault that produces an incorrect or unexpected resultAn error, flaw, or fault that produces an incorrect or unexpected result
Milestone
Description
Apparently there were more changes than i noticed in #8376. Where previously we got something like this
{"origin":"holdinvoice","payload":{"htlc_expiry":253,"payment_hash":"09682233ad5254b180c36dceac457559c6eccd46905cc4eb03ec5a03503123fd"}}
we now get this:
{"my_notification_name": {"htlc_expiry":253,"payment_hash":"09682233ad5254b180c36dceac457559c6eccd46905cc4eb03ec5a03503123fd"}, "htlc_expiry":253,"payment_hash":"09682233ad5254b180c36dceac457559c6eccd46905cc4eb03ec5a03503123fd"}
which is upsetting cln-plugin since it expects a "payload". I vaguely remember @cdecker talking about notification double wrapping but forgot the details.
What do?
Metadata
Metadata
Assignees
Labels
Type::BugAn error, flaw, or fault that produces an incorrect or unexpected resultAn error, flaw, or fault that produces an incorrect or unexpected result