diff options
author | Matthew Cornelisse <squarerootofnegativeone@gmail.com> | 2019-05-22 00:13:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-22 00:13:34 -0500 |
commit | 29040f3c8b8189d8167da0caecacbb2a9ad6c07b (patch) | |
tree | 9b03f8d5c1f2aa446042fe4c35216cba31c6f27f | |
parent | 6746a9a45e24c6fc0ca1c40b744197418243dc41 (diff) | |
download | BIP39-29040f3c8b8189d8167da0caecacbb2a9ad6c07b.tar.gz BIP39-29040f3c8b8189d8167da0caecacbb2a9ad6c07b.tar.zst BIP39-29040f3c8b8189d8167da0caecacbb2a9ad6c07b.zip |
fixed bip49,84 hd key prefixs
-rw-r--r-- | src/js/segwit-parameters.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/segwit-parameters.js b/src/js/segwit-parameters.js index 613ac71..b2c72c2 100644 --- a/src/js/segwit-parameters.js +++ b/src/js/segwit-parameters.js | |||
@@ -164,8 +164,8 @@ bitcoinjs.bitcoin.networks.digibyte.p2wpkh = { | |||
164 | messagePrefix: 'x19DigiByte Signed Message:\n', | 164 | messagePrefix: 'x19DigiByte Signed Message:\n', |
165 | bech32: 'dgb', | 165 | bech32: 'dgb', |
166 | bip32: { | 166 | bip32: { |
167 | public: 0x0488B21E, | 167 | public: 0x04b24746, |
168 | private: 0x0488ADE4 | 168 | private: 0x04b2430c |
169 | }, | 169 | }, |
170 | pubKeyHash: 0x1e, | 170 | pubKeyHash: 0x1e, |
171 | scriptHash: 0x3f, | 171 | scriptHash: 0x3f, |
@@ -177,8 +177,8 @@ bitcoinjs.bitcoin.networks.digibyte.p2wpkhInP2sh = { | |||
177 | messagePrefix: '\x19DigiByte Signed Message:\n', | 177 | messagePrefix: '\x19DigiByte Signed Message:\n', |
178 | bech32: 'dgb', | 178 | bech32: 'dgb', |
179 | bip32: { | 179 | bip32: { |
180 | public: 0x0488B21E, | 180 | public: 0x049d7cb2, |
181 | private: 0x0488ADE4 | 181 | private: 0x049d7878 |
182 | }, | 182 | }, |
183 | pubKeyHash: 0x1e, | 183 | pubKeyHash: 0x1e, |
184 | scriptHash: 0x3f, | 184 | scriptHash: 0x3f, |