mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
fix: Remove unused Meta message from genesis.proto
This commit is contained in:
committed by
Prad Nukala (aider)
parent
68104f985b
commit
6d2bddd7ac
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user