You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a channel gets opened this notification has old_state: unknown which is not in the json schema and causes an error when plugins like cln-grpc try to decode it.
I've patched cln-grpc locally to show the whole object coming from lightningd:
When a channel gets opened this notification has
old_state: unknown
which is not in the json schema and causes an error when plugins like cln-grpc try to decode it.I've patched cln-grpc locally to show the whole object coming from lightningd:
I would have expected old_state to not be present when a channel is opened or even no
channel_state_changed
notification at all.The text was updated successfully, but these errors were encountered: