Fix naming in store
This commit is contained in:
@@ -23,7 +23,7 @@ class Store {
|
||||
}).then((res) => this.userDataFetchChange(res)))
|
||||
};
|
||||
|
||||
fetchCreateNewAccount() {
|
||||
pushNewCreateAccount() {
|
||||
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))
|
||||
}
|
||||
|
||||
fetchChangeAccountData(data) {
|
||||
pushChangeAccountData(data) {
|
||||
fetchWrapper.postAuth('http://3.125.47.101/api/data/private', {
|
||||
networkIdentifier: this.nodeInfo.networkIdentifier,
|
||||
lastBlockID: this.nodeInfo.lastBlockID
|
||||
|
||||
Reference in New Issue
Block a user