mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Internally libplugin turns ' into ", which causes these messages to produce bad JSON. The real fix is to remove the '->" convenience substitution and port the JSON creation APIs into common/ from lightningd/ Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>