glightning
glightning copied to clipboard
Better Satoshi / MSat handling in RPC objects
Currently most RPC result objects that deal with satoshis/msats return two fields, one a 'legacy' value field and another denominated as a string 'msat'.
Ideally, glightning would paper over this by returning an MSat
type instead of two different fields on the result.