mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: Remove unused Meta
message from genesis.proto
This commit is contained in:
parent
68104f985b
commit
6d2bddd7ac
@ -24,15 +24,6 @@ message Params {
|
|||||||
repeated ChainInfo whitelisted_chains = 2;
|
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 {
|
message AssetInfo {
|
||||||
@ -50,7 +41,6 @@ message AssetInfo {
|
|||||||
string path = 12;
|
string path = 12;
|
||||||
string channel = 13;
|
string channel = 13;
|
||||||
string port = 14;
|
string port = 14;
|
||||||
Meta counter_party = 15;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message ChainInfo {
|
message ChainInfo {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user