Skip to content

Commit

Permalink
remove unneccesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Jan 19, 2023
1 parent 7e2568a commit df8b2e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/babe/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ func buildBlockInherents(slot Slot, rt ExtrinsicHandler, parent *types.Header) (
return nil, err
}

// ienc is same length

// Call BlockBuilder_inherent_extrinsics which returns the inherents as extrinsics
inherentExts, err := rt.InherentExtrinsics(ienc)
if err != nil {
Expand Down

0 comments on commit df8b2e2

Please sign in to comment.