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) {