Skip to content

Commit 75bd399

Browse files
committed
Replace BITCOIN with BGL
1 parent 132da70 commit 75bd399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/test_framework/test_node.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
tor_port,
4343
)
4444

45-
BITCOIND_PROC_WAIT_TIMEOUT = 60
45+
BGLD_PROC_WAIT_TIMEOUT = 60
4646
# The size of the blocks xor key
4747
# from InitBlocksdirXorKey::xor_key.size()
4848
NUM_XOR_BYTES = 8
4949
# The null blocks key (all 0s)
5050
NULL_BLK_XOR_KEY = bytes([0] * NUM_XOR_BYTES)
51-
BITCOIN_PID_FILENAME_DEFAULT = "bitcoind.pid"
51+
BGL_PID_FILENAME_DEFAULT = "BGLd.pid"
5252

5353

5454
class FailedToStartError(Exception):

0 commit comments

Comments
 (0)