mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
We inadvertently broke the compatibility between the python library and the binary when switching to \n\n-delimiters. This reintroduces the old inefficient parsing, and dynamically upgrades to the faster version if it detects the \n\n-delimiter. Signed-off-by: Christian Decker <decker.christian@gmail.com>