Skip to content

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

beacon_chain/nimbus_beacon_node.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ proc init*(T: type BeaconNode,
829829
config.eraDir,
830830
config.externalBeaconApiUrl.get,
831831
config.trustedStateRoot.map do (x: Eth2Digest) -> string:
832-
"0x" & x.data.toHex,
832+
x.data.to0xHex(),
833833
trustedBlockRoot,
834834
backfill = false,
835835
reindex = false,

0 commit comments

Comments
 (0)