Skip to content

Commit

Permalink
chore: improve comments
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin McGaw <[email protected]>
  • Loading branch information
EclesioMeloJunior and qdm12 authored Apr 14, 2022
1 parent ac0bdd4 commit 1fd682d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/state/epoch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func TestStoreAndFinalizeBabeNextConfigData(t *testing.T) {

require.Len(t, epochState.nextConfigData, len(tt.inMemoryEpoch))

// if there is no data in memory we try to finalize the net config data
// if there is no data in memory we try to finalize the next config data
// it should return nil since next epoch config data will not be in every epoch's first block
if len(tt.inMemoryEpoch) == 0 {
err = epochState.FinalizeBABENextConfigData(tt.finalizedHeader)
Expand Down

0 comments on commit 1fd682d

Please sign in to comment.