Rusty Russell
9bb2b4a909
pytest: fix flake in test_no_fee_estimate()
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>
2021-02-11 14:33:51 +01:00
..
2020-07-29 13:13:46 +02:00
2021-02-04 12:02:36 +10:30
2021-02-04 13:25:34 -06:00
2020-03-12 10:25:01 +10:30
2018-12-08 15:15:55 -08:00
2020-11-10 16:17:04 -06:00
2019-09-22 02:03:43 +00:00
2021-01-04 11:25:50 +01:00
2021-02-11 09:48:55 +01:00
2021-02-11 14:33:51 +01:00
2020-09-25 21:04:56 +02:00
2021-02-02 13:44:01 +01:00
2021-01-08 10:45:56 +01:00
2021-02-04 12:02:52 +10:30
2020-03-24 09:52:33 +10:30
2021-02-11 14:33:51 +01:00
2021-02-11 09:48:55 +01:00
2021-02-04 13:25:34 -06:00
2021-01-13 14:45:36 +01:00