From bf088a0cf0760e2631c63bfeec3985a366314b45 Mon Sep 17 00:00:00 2001 From: Alexey Karyabkin Date: Wed, 20 Jun 2018 20:58:05 +0400 Subject: [PATCH] test --- pybtc/constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pybtc/constants.py b/pybtc/constants.py index 6ea3189..e9ecef6 100644 --- a/pybtc/constants.py +++ b/pybtc/constants.py @@ -3,7 +3,9 @@ import random import os ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) -BIP0039_DIR = os.path.normpath(os.path.join(ROOT_DIR, 'bip-0039')) +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')) MAX_AMOUNT = 2100000000000000 SIGHASH_ALL = 0x00000001