Fix typo in field
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ export interface DbAccount {
|
||||
|
||||
export interface WalletAccount {
|
||||
address?: Uint8Array;
|
||||
pubkey: Uint8Array;
|
||||
pubKey: Uint8Array;
|
||||
algo: string;
|
||||
bech32Address: string;
|
||||
isNanoLedger?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user