Skip to content

Commit dfd3c0b

Browse files
committed
fix from comments
1 parent 9c6750b commit dfd3c0b

File tree

3 files changed

+108
-162
lines changed

3 files changed

+108
-162
lines changed

app/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ var (
187187
ica.AppModuleBasic{},
188188
oracle.AppModuleBasic{},
189189
tss.AppModuleBasic{},
190+
rollingseed.AppModuleBasic{},
190191
bandtss.NewAppModuleBasic(oracleclient.OracleRequestSignatureHandler),
191192
feeds.AppModuleBasic{},
192193
globalfee.AppModule{},

proto/tss/v1beta1/tss.proto

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -264,20 +264,6 @@ message EVMSignature {
264264
bytes signature = 2 [(gogoproto.casttype) = "github.com/cometbft/cometbft/libs/bytes.HexBytes"];
265265
}
266266

267-
// PrefixMsgType is an enumeration of the possible prefixes of a singing msg.
268-
enum PrefixMsgType {
269-
option (gogoproto.goproto_enum_prefix) = false;
270-
271-
// PREFIX_MSG_TYPE_UNSPECIFIED is the type of prefix that has not been specified.
272-
PREFIX_MSG_TYPE_UNSPECIFIED = 0;
273-
// PREFIX_MSG_TYPE_TEXT is the type of prefix that signs a text msg in the protocol.
274-
PREFIX_MSG_TYPE_TEXT = 1;
275-
// PREFIX_MSG_TYPE_REPLACE_GROUP is the type of prefix that signs a replace group msg in the protocol.
276-
PREFIX_MSG_TYPE_REPLACE_GROUP = 2;
277-
// PREFIX_MSG_TYPE_ORACLE is the type of prefix that signs an oracle result msg in the protocol.
278-
PREFIX_MSG_TYPE_ORACLE = 3;
279-
}
280-
281267
// SigningResult is a tss signing result from querying tss signing information.
282268
message SigningResult {
283269
// signing is the tss signing result.

0 commit comments

Comments
 (0)