test
This commit is contained in:
parent
fbb92bdb6f
commit
bf088a0cf0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user