Browse Source
We try to look up the funding tx, but it's already spent that to fund the channel, so we need txindex if this test is to work reliably. It's not clear to me why this *ever* worked, but if fails on my new ThreadRipper build machine with valgrind: > wallettx = l1.bitcoin.rpc.getrawtransaction(wallettxid, True) ... E bitcoin.rpc.InvalidAddressOrKeyError: {'code': -5, 'message': 'No such mempool transaction. Use -txindex to enable blockchain transaction queries. Use gettransaction for wallet transactions.'} /usr/lib/python3/dist-packages/bitcoin/rpc.py:231: InvalidAddressOrKeyError Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>htlc_accepted_hook
committed by
Christian Decker
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue