Browse Source
Several times we had issues with plugins not being able to re-encode an RPC result because they forgot to use the custom encoder class. This allows us to patch the JSONEncoder when we start the RPC or the plugin and automagically support classes that provide a `to_json` method.travis-experimental
Christian Decker
5 years ago
committed by
Rusty Russell
1 changed files with 31 additions and 3 deletions
Loading…
Reference in new issue