core-lightning/contrib/pylightning/lightning
trueptolemy 019c052123 JSON-API: Allow close channel to specified address
Command format: close id [unilateraltimeout] [destination]

Close the channel with peer {id}, forcing a unilateral
close after {unilateraltimeout} seconds if non-zero, and
the to-local output will be sent to {destination}. If
{destination} isn't specified, the default is the address
of lightningd.

Also change the pylightning:
update the `close` API to support `destination` parameter
2019-10-09 21:04:16 -05:00
..
__init__.py pylightning: allow version querying from within modules. 2019-03-05 11:43:22 +01:00
lightning.py JSON-API: Allow close channel to specified address 2019-10-09 21:04:16 -05:00
plugin.py pylightning/plugin: add lightning_version member to plugin 2019-08-26 15:39:03 -07:00