我很难找到解决Error Snippet问题的解决方案。我收到错误消息。
for (address in accountAddress) {
try {
let code = await web3.eth.getCode(address)
//myCode.....
} catch (err) {
console.log(err)
}
}