Skip to content

Commit b4ee3b0

Browse files
Update cmd/util/cmd/rollback-executed-height/cmd/rollback_executed_height.go
Co-authored-by: Alexander Hentschel <[email protected]>
1 parent 10dbe5b commit b4ee3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/util/cmd/rollback-executed-height/cmd/rollback_executed_height.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ func removeExecutionResultsFromHeight(
153153
myReceipts storage.MyExecutionReceipts,
154154
events storage.Events,
155155
serviceEvents storage.ServiceEvents,
156-
fromHeight uint64) ([]flow.Identifier, error) {
156+
fromHeight uint64,
157+
) ([]flow.Identifier, error) {
157158
log.Info().Msgf("removing results for blocks from height: %v", fromHeight)
158159

159160
root := protoState.Params().FinalizedRoot()

0 commit comments

Comments
 (0)