Skip to content

Commit

Permalink
fix(relayer): save block by chain id (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored Dec 7, 2022
1 parent 04702db commit 608e3e3
Show file tree
Hide file tree
Showing 20 changed files with 3,136 additions and 193 deletions.
4 changes: 2 additions & 2 deletions packages/relayer/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ linters:

linters-settings:
funlen:
lines: 116
statements: 48
lines: 117
statements: 50
gocognit:
min-complexity: 37

Expand Down
Loading

0 comments on commit 608e3e3

Please sign in to comment.