Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: packet_sequence is not indexed in relayer event #1318

Merged
merged 14 commits into from
Feb 19, 2024
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
mmsqe committed Feb 19, 2024
commit 908da97e6bd54aaeb61ed3f839595c97783304c4
1 change: 0 additions & 1 deletion versiondb/client/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ func verifyOneStore(tree *memiavl.Tree, store, changeSetDir, saveSnapshot string

return err
})

if err != nil {
break
}
Expand Down