Skip to content

Commit cf67c84

Browse files
authored
Merge pull request #664 from chengwenxi/develop
Modify cosmos-sdk to iris-hub/record
2 parents 2ed187d + 92f8af7 commit cf67c84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/record/wire.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import (
66

77
// Register concrete types on codec codec
88
func RegisterCodec(cdc *codec.Codec) {
9-
10-
cdc.RegisterConcrete(MsgSubmitRecord{}, "cosmos-sdk/MsgSubmitRecord", nil)
9+
cdc.RegisterConcrete(MsgSubmitRecord{}, "iris-hub/record/MsgSubmitRecord", nil)
1110
}
1211

1312
var msgCdc = codec.New()

0 commit comments

Comments
 (0)