Get rid of PUBLIC_KEY_PREFIXES

I think we have all we need in bitcoinjs-lib
This commit is contained in:
Daniel Krol 2022-05-04 15:09:00 -04:00
parent ee4db066a0
commit 5c8d42b2b1

View file

@ -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