From f65c99e86aeb640d643be58bc9a9dbafe95cdce7 Mon Sep 17 00:00:00 2001 From: DwCay Date: Wed, 29 Jun 2022 19:35:06 +0300 Subject: [PATCH] fix store --- src/store/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/store.js b/src/store/store.js index 4049ea2..d069077 100644 --- a/src/store/store.js +++ b/src/store/store.js @@ -26,7 +26,7 @@ class Store { networkIdentifier: this.nodeInfo.networkIdentifier, lastBlockID: this.nodeInfo.lastBlockID }, [...this.encryptAccountData]) - .then((result) => console.log(result)) + .catch(()=>{}) } savePassPhrase(phrase) {