Skip to content

Commit

Permalink
bug: init receipts in new genesis state function. (#7542)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored Nov 11, 2024
1 parent 86f5e24 commit c6d60da
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 c6d60da

Please sign in to comment.