fix: Remove unused Meta message from genesis.proto

This commit is contained in:
Prad Nukala 2024-08-10 17:17:55 -04:00 committed by Prad Nukala (aider)
parent 68104f985b
commit 6d2bddd7ac

View File

@ -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<string, string> 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 {