mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
internal/jsre/deps: add web3 parser
This commit is contained in:
parent
f7a2e6fff3
commit
4c47b22fee
1 changed files with 1 additions and 0 deletions
|
|
@ -3977,6 +3977,7 @@ var outputSyncingFormatter = function(result) {
|
||||||
result.healingBytecode = utils.toDecimal(result.healingBytecode);
|
result.healingBytecode = utils.toDecimal(result.healingBytecode);
|
||||||
result.txIndexFinishedBlocks = utils.toDecimal(result.txIndexFinishedBlocks);
|
result.txIndexFinishedBlocks = utils.toDecimal(result.txIndexFinishedBlocks);
|
||||||
result.txIndexRemainingBlocks = utils.toDecimal(result.txIndexRemainingBlocks);
|
result.txIndexRemainingBlocks = utils.toDecimal(result.txIndexRemainingBlocks);
|
||||||
|
result.stateIndexRemaining = utils.toDecimal(result.stateIndexRemaining)
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue