Skip to content

Commit

Permalink
Merge pull request #591 from oasisprotocol/pro-wh/bugfix/lognpe
Browse files Browse the repository at this point in the history
evmtokenbalances: correct a log field
  • Loading branch information
pro-wh authored Dec 21, 2023
2 parents d088140 + 7fcf791 commit a52b646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/evmtokenbalances/evm_token_balances.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (p *processor) ProcessItem(ctx context.Context, batch *storage.QueryBatch,
)
}
} else {
p.logger.Debug("EVM token balance: nothing to correct", "token_addr", staleTokenBalance.TokenAddr, "account_addr", staleTokenBalance.AccountAddr, "balance", balanceData.Balance)
p.logger.Debug("EVM token balance: nothing to correct", "token_addr", staleTokenBalance.TokenAddr, "account_addr", staleTokenBalance.AccountAddr, "balance", staleTokenBalance.Balance.String())
}
}
batch.Queue(queries.RuntimeEVMTokenBalanceAnalysisUpdate,
Expand Down

0 comments on commit a52b646

Please sign in to comment.