mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-04 21:54:22 +01:00
If we always remove " from JSON, our parsing becomes simpler; turns out that we did that in some places, and check()'s eval removed them from the comparison. We extract check_balance_single() to check the general balance, then grep for HTLCs separately. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>