We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1589731 commit cc8977dCopy full SHA for cc8977d
clients/ethereumjs/mapper.jq
@@ -57,5 +57,5 @@ def to_bool:
57
"terminalTotalDifficulty": env.HIVE_TERMINAL_TOTAL_DIFFICULTY|to_int,
58
"shanghaiTime": env.HIVE_SHANGHAI_TIMESTAMP|to_int,
59
"cancunTime": env.HIVE_CANCUN_TIMESTAMP|to_int,
60
- }|remove_empty
61
-}
+ }
+} | remove_empty
0 commit comments