diff --git a/proto/did/v1/genesis.proto b/proto/did/v1/genesis.proto index 66da7d357..2667c31ea 100644 --- a/proto/did/v1/genesis.proto +++ b/proto/did/v1/genesis.proto @@ -24,15 +24,6 @@ message Params { repeated ChainInfo whitelisted_chains = 2; } -// Meta represents -message Meta { - option (amino.name) = "did/meta"; - option (gogoproto.equal) = true; - option (gogoproto.goproto_stringer) = false; - - // Key value data for the Property - map data = 1; -} message AssetInfo { @@ -50,7 +41,6 @@ message AssetInfo { string path = 12; string channel = 13; string port = 14; - Meta counter_party = 15; } message ChainInfo {