fix merge

This commit is contained in:
kandrusyak
2022-07-15 12:10:06 +03:00
parent a8a6355daa
commit 1e9830c8d4

View File

@@ -47,10 +47,13 @@ class Store {
} }
fetchKeysArray() { fetchKeysArray() {
fetchWrapper.getAuth('https://ccab53ea-d042-47b3-b9b4-79b913f47b3d.mock.pstmn.io/data/shared', { fetchWrapper.getAuth(
networkIdentifier: this.nodeInfo.networkIdentifier, 'https://ccab53ea-d042-47b3-b9b4-79b913f47b3d.mock.pstmn.io/data/shared',
lastBlockID: this.nodeInfo.lastBlockID {
}).then((res) => this.keysArrayFetchChange(res)) networkIdentifier: this.nodeInfo.networkIdentifier,
lastBlockID: this.nodeInfo.lastBlockID
}).then((res) => this.keysArrayFetchChange(res))
}
fetchTransactionsInfo() { fetchTransactionsInfo() {
fetchWrapper.getAuth(`http://3.125.47.101/api/account/transactions/${this.accountMadeTransaction}?moduleID=1001&assetID=11`, { fetchWrapper.getAuth(`http://3.125.47.101/api/account/transactions/${this.accountMadeTransaction}?moduleID=1001&assetID=11`, {
@@ -116,7 +119,7 @@ class Store {
get accountData() { get accountData() {
return this._accountData return this._accountData
}; }
encryptAccountData(data) { encryptAccountData(data) {
return data.map((item) => { return data.map((item) => {