Fix typo in field

This commit is contained in:
abefernan
2023-04-21 22:29:42 +02:00
parent 4e98b1bcfb
commit 8dd3f1b142
+1 -1
View File
@@ -39,7 +39,7 @@ export interface DbAccount {
export interface WalletAccount {
address?: Uint8Array;
pubkey: Uint8Array;
pubKey: Uint8Array;
algo: string;
bech32Address: string;
isNanoLedger?: boolean;