Browse Source
We reserve utxos by blockheight, and producing 100 blocks can unreserve them! ``` > raise RpcError(method, payload, resp['error']) E pyln.client.lightning.RpcError: RPC call failed: method: fundchannel, payload: {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'amount': 1000000, 'feerate': 'slow', 'announce': True}, error: {'code': -1, 'message': 'Aborting PSBT signing. UTXO d32e772e81db79c5eb3a8b58ab69174c540eefb6fa8b444fae300a7e35d5c987:0 is not reserved'} ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>master
Rusty Russell
4 years ago
committed by
Christian Decker
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue