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.