Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
  • Loading branch information
EclesioMeloJunior and qdm12 authored Jan 17, 2023
1 parent 37ce143 commit 8f0064d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dot/sync/chain_processor_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func buildBlockWithSlotAndTimestamp(t *testing.T, instance state.Runtime,
err = scale.Unmarshal(encodedInherentExtrinsics, &inherentExtrinsics)
require.NoError(t, err)

// apply each inherent extrinsic
for _, inherent := range inherentExtrinsics {
encodedInherent, err := scale.Marshal(inherent)
require.NoError(t, err)
Expand Down

0 comments on commit 8f0064d

Please sign in to comment.