mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
refactor: introduce default pid file name constant in tests
This commit is contained in:
committed by
Sebastian Falbesoner
parent
33adc7521c
commit
b832ffe044
@@ -48,6 +48,7 @@ BITCOIND_PROC_WAIT_TIMEOUT = 60
|
||||
NUM_XOR_BYTES = 8
|
||||
# The null blocks key (all 0s)
|
||||
NULL_BLK_XOR_KEY = bytes([0] * NUM_XOR_BYTES)
|
||||
BITCOIN_PID_FILENAME_DEFAULT = "bitcoind.pid"
|
||||
|
||||
|
||||
class FailedToStartError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user