From 5c8d42b2b12757a93d69b5b29323b25395396224 Mon Sep 17 00:00:00 2001 From: Daniel Krol Date: Wed, 4 May 2022 15:09:00 -0400 Subject: [PATCH] Get rid of PUBLIC_KEY_PREFIXES I think we have all we need in bitcoinjs-lib --- src/app/crypto.service.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/crypto.service.ts b/src/app/crypto.service.ts index cfb0d3c..00336da 100644 --- a/src/app/crypto.service.ts +++ b/src/app/crypto.service.ts @@ -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