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:
@@ -32,7 +32,6 @@ message Params {
|
||||
message Methods {
|
||||
option (amino.name) = "macaroon/methods";
|
||||
option (gogoproto.equal) = true;
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
repeated string methods = 1;
|
||||
}
|
||||
@@ -41,7 +40,6 @@ message Methods {
|
||||
message Scopes {
|
||||
option (amino.name) = "macaroon/scopes";
|
||||
option (gogoproto.equal) = true;
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
repeated string scopes = 1;
|
||||
}
|
||||
@@ -50,7 +48,6 @@ message Scopes {
|
||||
message Caveats {
|
||||
option (amino.name) = "macaroon/caveat";
|
||||
option (gogoproto.equal) = true;
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
repeated string caveats = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user