From 8dd3f1b142feb5836ac9dae7722eed622bb2b232 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:29:42 +0200 Subject: [PATCH] Fix typo in field --- types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.ts b/types/index.ts index f6e78f1..16c5879 100644 --- a/types/index.ts +++ b/types/index.ts @@ -39,7 +39,7 @@ export interface DbAccount { export interface WalletAccount { address?: Uint8Array; - pubkey: Uint8Array; + pubKey: Uint8Array; algo: string; bech32Address: string; isNanoLedger?: boolean;