Skip to content

Commit d3aa64e

Browse files
committed
Fix merge conflict
1 parent 45b8422 commit d3aa64e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

block/internal/syncing/syncer.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,7 @@ func (s *Syncer) GetLastState() types.State {
158158

159159
stateCopy := *state
160160
stateCopy.AppHash = bytes.Clone(state.AppHash)
161-
<<<<<<< HEAD
162-
stateCopy.LastResultsHash = bytes.Clone(state.LastResultsHash)
163161
stateCopy.LastHeaderHash = bytes.Clone(state.LastHeaderHash)
164-
=======
165-
>>>>>>> main
166162

167163
return stateCopy
168164
}

0 commit comments

Comments
 (0)