rm Litecoin

This commit is contained in:
Daniel Cousens 2018-06-05 17:21:43 +10:00
parent d7eb6c8e77
commit d934e543d8
3 changed files with 32 additions and 21 deletions

View file

@ -23,15 +23,5 @@ module.exports = {
pubKeyHash: 0x6f,
scriptHash: 0xc4,
wif: 0xef
},
litecoin: {
messagePrefix: '\x19Litecoin Signed Message:\n',
bip32: {
public: 0x019da462,
private: 0x019d9cfe
},
pubKeyHash: 0x30,
scriptHash: 0x32,
wif: 0xb0
}
}