1
0

extended seed prefix

This commit is contained in:
ThomasV
2014-09-09 11:51:45 +02:00
parent c657212e5b
commit 6361abaf4d
5 changed files with 23 additions and 22 deletions

View File

@@ -5,4 +5,5 @@ OLD_SEED_VERSION = 4 # old electrum deterministic generation
# The hash of the mnemonic seed must begin with this
SEED_PREFIX = '01' # for BIP44
SEED_BIP44 = '01' # BIP44
SEED_2FA = '101' # extended seed for two-factor authentication