bobby_guo

Results 3 comments of bobby_guo

环境:mainnet 分支:master

DataConsensusJob.java start line#142 ``` NebTransaction nebTx = BlockHelper.buildNebTransaction(tx, blk, seq, convertData(typeEnum, tx.getData())); if (StringUtils.isEmpty(nebTx.getGasUsed())) { nebTx.setGasUsed(""); log.warn("gas used not found for tx hash {}", tx.getHash()); **//Just log the message? Is...

@jmansfie I added the try catch block and just ignore these invalid data.