fix store
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user