Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feeadjuster: 'Plugin' object has no attribute 'forward_event_subscription' #403

Open
grubles opened this issue Nov 19, 2022 · 0 comments
Open

Comments

@grubles
Copy link

grubles commented Nov 19, 2022

Feeadjuster errors using pyln-client v22.11rc1:

2022-11-19T21:07:20.178Z INFO    plugin-feeadjuster.py: Traceback (most recent call last):
2022-11-19T21:07:20.178Z INFO    plugin-feeadjuster.py:   File \"/home/cln/.local/lib/python3.10/site-packages/pyln/client/plugin.py\", line 668, in _dispatch_notification
2022-11-19T21:07:20.179Z INFO    plugin-feeadjuster.py:     self._exec_func(func, request)
2022-11-19T21:07:20.179Z INFO    plugin-feeadjuster.py:   File \"/home/cln/.local/lib/python3.10/site-packages/pyln/client/plugin.py\", line 619, in _exec_func
2022-11-19T21:07:20.179Z INFO    plugin-feeadjuster.py:     ret = func(*ba.args, **ba.kwargs)
2022-11-19T21:07:20.179Z INFO    plugin-feeadjuster.py:   File \"/home/cln/plugins/feeadjuster/feeadjuster.py\", line 205, in forward_event
2022-11-19T21:07:20.179Z INFO    plugin-feeadjuster.py:     if not plugin.forward_event_subscription:
2022-11-19T21:07:20.179Z INFO    plugin-feeadjuster.py: AttributeError: 'Plugin' object has no attribute 'forward_event_subscription'
2022-11-19T21:07:20.180Z INFO    plugin-feeadjuster.py: 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant