We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594a6f6 commit b73183fCopy full SHA for b73183f
ledger/chainsync.go
@@ -277,7 +277,7 @@ func (ls *LedgerState) calculateEpochNonce(
277
if ls.currentEra.Id == 0 { // Byron era ID is 0
278
byronGenesis := ls.config.CardanoNodeConfig.ByronGenesis()
279
if byronGenesis == nil {
280
- return nil, errors.New("cloud not get Byron genesis config")
+ return nil, errors.New("could not get Byron genesis config")
281
}
282
k := byronGenesis.ProtocolConsts.K
283
if k < 0 {
0 commit comments