From 90acf5072d0bee2f71e5e9789b36bdeca9ccabe4 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Thu, 24 Sep 2020 13:36:39 +0200 Subject: [PATCH] pyln: utils:BitcoinD: add -wallet="test" option Per https://github.com/bitcoin/bitcoin/pull/15454 --- contrib/pyln-testing/pyln/testing/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/pyln-testing/pyln/testing/utils.py b/contrib/pyln-testing/pyln/testing/utils.py index ca3121b02..12fe2f162 100644 --- a/contrib/pyln-testing/pyln/testing/utils.py +++ b/contrib/pyln-testing/pyln/testing/utils.py @@ -349,6 +349,7 @@ class BitcoinD(TailableProc): '-logtimestamps', '-nolisten', '-txindex', + '-wallet="test"', '-addresstype=bech32' ] # For up to and including 0.16.1, this needs to be in main section.