mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
Rather than using LightningJSONDecoder's implicit "field name and value ends in msat, try converting to Millisatoshi", we do it to parameters using type annotations. If you had a parameter which was an array or dict itself, we don't delve into that, but that's probably OK. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>