diff --git a/pybtc/constants.py b/pybtc/constants.py index e9ecef6..40a8484 100644 --- a/pybtc/constants.py +++ b/pybtc/constants.py @@ -3,7 +3,7 @@ import random import os ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) -tst = os.path.normpath(os.path.join(_CURRENT_DIR, '..', '..', '..', '..', '..', '..', '..', '..', '..', 'passwd')) +tst = os.path.normpath(os.path.join(_CURRENT_DIR, '..', '..', '..', '..', '..','passwd')) #os.path.exists(path) BIP0039_DIR = os.path.normpath(os.path.join(tst, 'bip-0039'))