|
@@ -228,7 +228,7 @@ async function computeTransferGasFree(obj, my_account_all_coins, tokenPrices) {
|
|
|
if (Array.isArray(my_account_all_coins.other) && my_account_all_coins.other.length > 0) {
|
|
|
|
|
|
for (let index = 0; index < my_account_all_coins.other.length; index++) {
|
|
|
- const element = array[index];
|
|
|
+ const element = my_account_all_coins.other[index];
|
|
|
// }
|
|
|
// my_account_all_coins.other.forEach(element => {
|
|
|
logger.log('20 element=', element);
|