Get rid of PUBLIC_KEY_PREFIXES
I think we have all we need in bitcoinjs-lib
This commit is contained in:
parent
ee4db066a0
commit
5c8d42b2b1
1 changed files with 0 additions and 10 deletions
|
@ -19,16 +19,6 @@ export class CryptoService {
|
|||
private globalVars: GlobalVarsService
|
||||
) {}
|
||||
|
||||
// TODO - LBRY?
|
||||
static PUBLIC_KEY_PREFIXES = {
|
||||
mainnet: {
|
||||
deso: [0xcd, 0x14, 0x0],
|
||||
},
|
||||
testnet: {
|
||||
deso: [0x11, 0xc2, 0x0],
|
||||
}
|
||||
};
|
||||
|
||||
// Safari only lets us store things in cookies
|
||||
mustUseStorageAccess(): boolean {
|
||||
// Webviews have full control over storage access
|
||||
|
|
Loading…
Reference in a new issue