This commit is contained in:
Alexey Karyabkin 2018-06-20 20:58:05 +04:00
parent fbb92bdb6f
commit bf088a0cf0

View File

@ -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