Skip to content

Commit

Permalink
Merge branch 'main' into colin/7231-rm-wasm-callbacks-bin-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored Nov 11, 2024
2 parents 836c330 + c6d60da commit 1caf16b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ run:
linters:
disable-all: true
enable:
- copyloopvar
- errcheck
- gci
- goconst
Expand Down
1 change: 1 addition & 0 deletions modules/core/04-channel/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func NewGenesisState(
return GenesisState{
Channels: channels,
Acknowledgements: acks,
Receipts: receipts,
Commitments: commitments,
SendSequences: sendSeqs,
RecvSequences: recvSeqs,
Expand Down

0 comments on commit 1caf16b

Please sign in to comment.