Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Mar 8, 2024
1 parent 2144e3d commit 40a591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def run_bitcoind():
# Run bitcoind in a separate folder
os.makedirs(BITCOIN_DIRNAME, exist_ok=True)

bitcoind = os.getenv("BITCOIND", "bitcoind")
bitcoind = os.getenv("BITCOIND", "./bitcoind")

shutil.copy(os.path.join(os.path.dirname(__file__), "bitcoin.conf"), BITCOIN_DIRNAME)
subprocess.Popen([bitcoind, f"--datadir={BITCOIN_DIRNAME}"])
Expand Down

0 comments on commit 40a591b

Please sign in to comment.