[stable] Fix tokenAddress reference (#7777)

This commit is contained in:
Jaco Greeff 2018-02-01 17:12:17 +01:00 committed by Afri Schoedon
parent c697e40e84
commit 944ace3b61

View File

@ -62,7 +62,7 @@ export function fetchTokensBasics (api, tokenReg, start = 0, limit = 100) {
const tokenIndex = start + index;
return {
id: getTokenId(tokenAddress, tokenIndex),
id: getTokenId(address, tokenIndex),
address,
index: tokenIndex,
fetched: false