Remove unused code for Deimos

Closes #297
Reverses commit 3b6786bd51
This commit is contained in:
Ian Coleman
2019-02-25 11:01:54 +11:00
parent a8cf5a4fd9
commit 8aa5ad6ded

View File

@@ -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
};
})();