mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Updated to Dogecoin Key Values
Updating to match Dogecoin's key values.
This commit is contained in:
parent
0354bf7ef6
commit
314d9b7f67
@ -19,11 +19,11 @@ from binascii import b2a_hex
|
||||
|
||||
# key types
|
||||
PUBKEY_ADDRESS = 30
|
||||
SCRIPT_ADDRESS = 5
|
||||
PUBKEY_ADDRESS_TEST = 111
|
||||
SCRIPT_ADDRESS = 22
|
||||
PUBKEY_ADDRESS_TEST = 113
|
||||
SCRIPT_ADDRESS_TEST = 196
|
||||
PRIVKEY = 158
|
||||
PRIVKEY_TEST = 239
|
||||
PRIVKEY_TEST = 241
|
||||
|
||||
metadata_keys = ['isPrivkey', 'isTestnet', 'addrType', 'isCompressed']
|
||||
# templates for valid sequences
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user