diff --git a/src/x.hd.wallet.api.crypto.ts b/src/x.hd.wallet.api.crypto.ts index 694312c..ed44132 100644 --- a/src/x.hd.wallet.api.crypto.ts +++ b/src/x.hd.wallet.api.crypto.ts @@ -19,11 +19,7 @@ import { deriveChildNodePrivate } from './bip32-ed25519'; */ export enum KeyContext { Address = 0, - Identity = 1, - Cardano = 2, - TESTVECTOR_1 = 3, - TESTVECTOR_2 = 4, - TESTVECTOR_3 = 5 + Identity = 1 } export enum BIP32DerivationType { @@ -341,4 +337,4 @@ export class XHDWalletAPI { return crypto_generichash(32, new Uint8Array(concatenation)) } -} \ No newline at end of file +}