add fee-burn module #1132
Annotations
5 errors
build:
feeburn/types/params.pb.go#L41
cannot use m (variable of type *Params) as "github.com/cosmos/gogoproto/proto".Message value in argument to xxx_messageInfo_Params.Marshal: *Params does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String)
|
build:
feeburn/types/params.pb.go#L52
cannot use m (variable of type *Params) as "github.com/cosmos/gogoproto/proto".Message value in argument to xxx_messageInfo_Params.Merge: *Params does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String)
|
build:
feeburn/types/params.pb.go#L58
cannot use m (variable of type *Params) as "github.com/cosmos/gogoproto/proto".Message value in argument to xxx_messageInfo_Params.DiscardUnknown: *Params does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String)
|
build:
feeburn/types/params.pb.go#L71
cannot use (*Params)(nil) (value of type *Params) as "github.com/cosmos/gogoproto/proto".Message value in argument to proto.RegisterType: *Params does not implement "github.com/cosmos/gogoproto/proto".Message (missing method String)
|
build
Process completed with exit code 1.
|