Skip to content

GUI-26 add balance to token info#81

Merged
dmitrypisanko merged 2 commits intodevfrom
GUI-26-add-token-balance
Apr 4, 2018
Merged

GUI-26 add balance to token info#81
dmitrypisanko merged 2 commits intodevfrom
GUI-26-add-token-balance

Conversation

@dmitrypisanko
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread front/src/app/stores/add-token.ts Outdated
@asyncAction
protected *updateCandidateTokenInfo(address: string) {
const { validation, data } = yield Api.getTokenInfo(address);
const accounts = this.rootStore.mainStore.accountList
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.rootStore.mainStore.accountAddressList

Comment thread front/src/worker/api/index.ts Outdated
const tokenList = await this.getTokenList();
const token = await tokenList.getTokenInfo(
data.address,
data.accounts || null,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|| null точно надо?

@dmitrypisanko dmitrypisanko merged commit 342c2b6 into dev Apr 4, 2018
@dmitrypisanko dmitrypisanko deleted the GUI-26-add-token-balance branch May 30, 2018 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants