New naming for store

This commit is contained in:
DwCay
2022-07-06 12:58:53 +03:00
parent 222850dfd9
commit 25fddec6e8
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ class Store {
}).then((res) => this.userDataFetchChange(res)))
};
pushNewCreateAccount() {
pushNewAccount() {
fetchWrapper.postAuth('http://3.125.47.101/api/data/private', {
networkIdentifier: this.nodeInfo.networkIdentifier,
lastBlockID: this.nodeInfo.lastBlockID
@@ -37,7 +37,7 @@ class Store {
}).then((res) => this.userDataFetchChange(res))
}
pushChangeAccountData(data) {
pushAccountData(data) {
fetchWrapper.postAuth('http://3.125.47.101/api/data/private', {
networkIdentifier: this.nodeInfo.networkIdentifier,
lastBlockID: this.nodeInfo.lastBlockID