Skip to content

Commit cc8977d

Browse files
authored
clients/ethereumjs: Fix mapper (#809)
clients/ethereumjs: fix mapper
1 parent 1589731 commit cc8977d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/ethereumjs/mapper.jq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def to_bool:
5757
"terminalTotalDifficulty": env.HIVE_TERMINAL_TOTAL_DIFFICULTY|to_int,
5858
"shanghaiTime": env.HIVE_SHANGHAI_TIMESTAMP|to_int,
5959
"cancunTime": env.HIVE_CANCUN_TIMESTAMP|to_int,
60-
}|remove_empty
61-
}
60+
}
61+
} | remove_empty

0 commit comments

Comments
 (0)