mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: optimize oracle genesis proto
This commit is contained in:
@@ -25,7 +25,6 @@ message Params {
|
||||
message ServiceCategories {
|
||||
option (amino.name) = "service/categories";
|
||||
option (gogoproto.equal) = true;
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
repeated string categories = 1;
|
||||
}
|
||||
@@ -33,7 +32,6 @@ message ServiceCategories {
|
||||
message ServiceTypes {
|
||||
option (amino.name) = "service/types";
|
||||
option (gogoproto.equal) = true;
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
repeated string types = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user