mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
pyln-client, libplugin, rust cln-plugin: explicitly flag that we allow non-numeric JSON ids.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
d5ce5cbab3
commit
ece77840f9
@@ -917,6 +917,7 @@ class Plugin(object):
|
||||
'subscriptions': list(self.subscriptions.keys()),
|
||||
'hooks': hooks,
|
||||
'dynamic': self.dynamic,
|
||||
'nonnumericids': True,
|
||||
'notifications': [
|
||||
{"method": name} for name in self.notification_topics
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user