Skip to content

Commit

Permalink
fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 10, 2024
1 parent c0cce8b commit ec3a975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/libnimbus_lc/libnimbus_lc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func ETHConsensusConfigGetConsensusVersionAtEpoch(
## See:
## * https://github.com/ethereum/beacon-APIs/blob/v2.4.1/beacon-node-oapi.yaml#L419
withConsensusFork(cfg[].consensusForkAtEpoch(epoch.Epoch)):
const consensusVersion: cstring = consensusFork.toString()
const consensusVersion = cstring consensusFork.toString()
consensusVersion

proc ETHBeaconStateCreateFromSsz(
Expand Down

0 comments on commit ec3a975

Please sign in to comment.