lightning-helpers
lightning-helpers copied to clipboard
A growing collections of shell scripts which ease the running of c-lightning c.f.: https://github.com/ElementsProject/lightning
When trying to use the script i am getting following error: ``` standard route to node: 03ce3f6536a177417af8f2a846bc478384b7d71e748d595f181f3634670ca0b6d2 [{'id': '03ce3f6536a177417af8f2a846bc478384b7d71e748d595f181f3634670ca0b6d2', 'channel': '572922x943x0', 'direction': 0, 'msatoshi': 100000, 'amount_msat': 100000msat, 'delay': 9}] modified...
In the c-lightning version 0.7+ there was a new class added Millisatoshis in python api lib. Some API calls returns object of type "Millisatoshi" which is impossible to parse as...