This commit is contained in:
narimiran 2024-07-16 10:24:55 +02:00
parent b505658647
commit 6b72d57caf
No known key found for this signature in database
GPG Key ID: 858F5E6FB71FD8F5
1 changed files with 1 additions and 1 deletions

View File

@ -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 = cstring consensusFork.toString()
consensusVersion
proc ETHBeaconStateCreateFromSsz(