Skip to content

Commit 1caf16b

Browse files
authored
Merge branch 'main' into colin/7231-rm-wasm-callbacks-bin-logic
2 parents 836c330 + c6d60da commit 1caf16b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ run:
55
linters:
66
disable-all: true
77
enable:
8-
- copyloopvar
98
- errcheck
109
- gci
1110
- goconst

modules/core/04-channel/types/genesis.go

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func NewGenesisState(
5050
return GenesisState{
5151
Channels: channels,
5252
Acknowledgements: acks,
53+
Receipts: receipts,
5354
Commitments: commitments,
5455
SendSequences: sendSeqs,
5556
RecvSequences: recvSeqs,

0 commit comments

Comments
 (0)