Skip to content

Commit

Permalink
6b
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Mar 11, 2024
1 parent 86423c4 commit 4a3b6e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ def run_bitcoind():
print(bitcoind)
print(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 4a3b6e8

Please sign in to comment.