From: Ian Coleman Date: Mon, 25 Feb 2019 00:48:41 +0000 (+1100) Subject: Merge branch 'master' of github.com:iancoleman/bip39 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=5dcc0ce632ee165c5e2d9e4e27b3a361f0c61d09;hp=a34543f81edbe98a91811ef867ee7deae32852ee Merge branch 'master' of github.com:iancoleman/bip39 --- diff --git a/src/index.html b/src/index.html index 36d753b..fca925b 100644 --- a/src/index.html +++ b/src/index.html @@ -748,14 +748,6 @@ Read more at the official BIP49 spec

-

Private Keys

-

- - Use private keys at - brainwallet.org. - - Be careful - it can be easy to make mistakes if you don't know what you're doing. -

Entropy

Entropy values should not include the BIP39 checksum. This is automatically added by the tool. diff --git a/src/js/segwit-parameters.js b/src/js/segwit-parameters.js index f935c5d..e52869e 100644 --- a/src/js/segwit-parameters.js +++ b/src/js/segwit-parameters.js @@ -210,30 +210,4 @@ bitcoinjs.bitcoin.networks.blockstamp.p2wpkhInP2sh = { scriptHash: 0x05, wif: 0x80, }; - - bitcoinjs.bitcoin.networks.deimos.p2wpkh = { - baseNetwork: "deimos", - messagePrefix: '\x18Deimos Signed Message:\n', - bech32: 'dei', - bip32: { - public: 0x0488B21E, - private: 0x0488ADE4 - }, - pubKeyHash: 0x1f, - scriptHash: 0x21, - wif: 0x8a -}; - -bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = { - baseNetwork: "deimos", - messagePrefix: '\x18Deimos Signed Message:\n', - bech32: 'dei', - bip32: { - public: 0x0488B21E, - private: 0x0488ADE4 - }, - pubKeyHash: 0x1f, - scriptHash: 0x21, - wif: 0x8a -}; })(); diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dcc9b0a..9c4b972 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1365,7 +1365,7 @@ it('Allows selection of Phore', function(done) { it('Allows selection of Safecoin', function(done) { var params = { selectText: "SAFE - Safecoin", - firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF", + firstAddress: "RtxHpnhJz6RY8k9owP3ua5QWraunmewB1G", }; testNetwork(done, params); });