From 83e4e6a88deb2a198a9ebbb0292ab6eb0d343ccb Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Fri, 13 Sep 2024 16:18:37 +0200 Subject: [PATCH] fix console --- internal/jsre/deps/web3.js | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/jsre/deps/web3.js b/internal/jsre/deps/web3.js index b0fd8fcafc..a4141bac43 100644 --- a/internal/jsre/deps/web3.js +++ b/internal/jsre/deps/web3.js @@ -3854,7 +3854,6 @@ var outputBlockFormatter = function(block) { block.number = utils.toDecimal(block.number); block.difficulty = utils.toBigNumber(block.difficulty); - block.totalDifficulty = utils.toBigNumber(block.totalDifficulty); if (utils.isArray(block.transactions)) { block.transactions.forEach(function(item){