fix store

This commit is contained in:
DwCay
2022-06-29 19:35:06 +03:00
parent 63439b2da1
commit f65c99e86a

View File

@@ -26,7 +26,7 @@ class Store {
networkIdentifier: this.nodeInfo.networkIdentifier, networkIdentifier: this.nodeInfo.networkIdentifier,
lastBlockID: this.nodeInfo.lastBlockID lastBlockID: this.nodeInfo.lastBlockID
}, [...this.encryptAccountData]) }, [...this.encryptAccountData])
.then((result) => console.log(result)) .catch(()=>{})
} }
savePassPhrase(phrase) { savePassPhrase(phrase) {