core-lightning/contrib/pylightning/lightning
Christian Decker e79fbb6812 pylightning: Fix missing encode if first pass fails
Without this the RPC will fail to continue buffering if the response does not
fit in the first read, and if we don't switch over to the non-compat
mode. This was introduced by our mitigation of the UTF-8 misalignment, but I
missed this path.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-02-22 11:05:24 -08:00
..
__init__.py pylightning: handle msat fields in JSON more appropriately. 2019-02-21 03:44:44 +00:00
lightning.py pylightning: Fix missing encode if first pass fails 2019-02-22 11:05:24 -08:00
plugin.py pylightning: Add plugin dispatch tests to check-python and fix them 2019-02-22 02:59:36 +00:00