Skip to content

Commit b73183f

Browse files
committed
fix: typo
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent 594a6f6 commit b73183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/chainsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func (ls *LedgerState) calculateEpochNonce(
277277
if ls.currentEra.Id == 0 { // Byron era ID is 0
278278
byronGenesis := ls.config.CardanoNodeConfig.ByronGenesis()
279279
if byronGenesis == nil {
280-
return nil, errors.New("cloud not get Byron genesis config")
280+
return nil, errors.New("could not get Byron genesis config")
281281
}
282282
k := byronGenesis.ProtocolConsts.K
283283
if k < 0 {

0 commit comments

Comments
 (0)