Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Mar 11, 2024
1 parent 7f51c52 commit 07ce02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def run_bitcoind():
print(bitcoind)
bitcoind = "bitcoind"
bitcoind = "/bitcoin/bin/bitcoind"
bitcoind = "bitcoind"

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

0 comments on commit 07ce02f

Please sign in to comment.