Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repro: cln-plugin cannot subscribe to wildcard "*"
This test reproduces a bug in the `cln-plugin`-crate. Core Lightning supports a wildcard `*` that plugins can use to subscribe to all notifications. However, `cln-plugin` does not support this case. It allows the developer to subscribe `*`. But the plug-in crashes when the first notification is received
- Loading branch information