From 13b4db70976dfbbaf93a26ad656d9c7df58dff27 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 31 May 2024 18:43:55 +0200 Subject: [PATCH] fix: Remove useless account props --- src/stores/account.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stores/account.js b/src/stores/account.js index 0175e54..78651bd 100644 --- a/src/stores/account.js +++ b/src/stores/account.js @@ -11,8 +11,6 @@ export const useAccount = defineStore('account', { getters: { alephAccount() { return { - private_key: null, - mnemonics: null, address: this.address, name: this.address, type: 'ETH',