internal/jsre/deps: add web3 parser

This commit is contained in:
Gary Rong 2025-06-26 19:18:37 +08:00
parent f7a2e6fff3
commit 4c47b22fee

View file

@ -3977,6 +3977,7 @@ var outputSyncingFormatter = function(result) {
result.healingBytecode = utils.toDecimal(result.healingBytecode);
result.txIndexFinishedBlocks = utils.toDecimal(result.txIndexFinishedBlocks);
result.txIndexRemainingBlocks = utils.toDecimal(result.txIndexRemainingBlocks);
result.stateIndexRemaining = utils.toDecimal(result.stateIndexRemaining)
return result;
};