Skip to content

Commit ff042f3

Browse files
committed
work around 32-bit Nim build issue and revert nim-metrics due to createSharedU build issue
1 parent 6f413cc commit ff042f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beacon_chain/consensus_object_pools/blockchain_dag.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ proc updateBeaconMetrics(
909909
debugGloasComment "handle correctly for gloas"
910910
forkyState.data.latest_execution_payload_header.block_number.toGaugeValue
911911
else:
912-
0.toGaugeValue
912+
0'u64.toGaugeValue
913913
)
914914

915915
import blockchain_dag_light_client

0 commit comments

Comments
 (0)