Skip to content

Commit

Permalink
chore: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Dec 11, 2023
1 parent 310b338 commit 0b5aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/consensus/keeper/consensus/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestBatching(t *testing.T) {
QueueTypeName: "simple-message",
Sg: sg,
Ider: keeperutil.NewIDGenerator(sg, nil),
Cdc: nil,
Cdc: types.ModuleCdc,
TypeCheck: types.StaticTypeChecker(msgType),
BytesToSignCalculator: types.TypedBytesToSign(func(msgs *types.Batch, _ types.Salt) []byte {
return []byte("hello")
Expand Down

0 comments on commit 0b5aefd

Please sign in to comment.