mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
internal/jsre/deps: fix web3 resolver
This commit is contained in:
parent
9f13d29432
commit
8f2509305a
1 changed files with 2 additions and 0 deletions
|
|
@ -3961,6 +3961,8 @@ var outputSyncingFormatter = function(result) {
|
|||
result.healedBytecodeBytes = utils.toDecimal(result.healedBytecodeBytes);
|
||||
result.healingTrienodes = utils.toDecimal(result.healingTrienodes);
|
||||
result.healingBytecode = utils.toDecimal(result.healingBytecode);
|
||||
result.txIndexFinishedBlocks = utils.toDecimal(result.txIndexFinishedBlocks);
|
||||
result.txIndexRemainingBlocks = utils.toDecimal(result.txIndexRemainingBlocks);
|
||||
|
||||
return result;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue