core-lightning/contrib/pyln-client/pyln/client
niftynei 103dce63ef reserve/unreserve input: new RPC commands for reserving inputs/outputs
Reserve and unreserve wallet UTXOs using a PSBT which includes those
inputs.

Note that currently we unreserve inputs everytime the node restarts.
This will be addressed in a future commit.

Changelog-Added: JSON-RPC: Adds two new rpc methods, `reserveinputs` and `unreserveinputs`, which allow for reserving or unreserving wallet UTXOs
2020-06-29 16:10:05 +02:00
..
__init__.py pyln: Bump versions of pyln-client and pyln-testing 2019-12-31 16:43:04 +01:00
lightning.py reserve/unreserve input: new RPC commands for reserving inputs/outputs 2020-06-29 16:10:05 +02:00
plugin.py pyln-client: send proper JSONRPC2 errors on failed call 2020-04-11 12:17:51 +09:30