feat(x/gov): add yes_quorum parameter (#19167)
Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
This commit is contained in:
co-authored by
Robert Zaremba
Facundo Medica
parent
3f15c4bb78
commit
13780bd6d5
@@ -8,7 +8,7 @@ import "amino/amino.proto";
|
||||
|
||||
// MsgSignArbitraryData defines an arbitrary, general-purpose, off-chain message
|
||||
message MsgSignArbitraryData {
|
||||
option (amino.name) = "offchain/MsgSignArbitraryData";
|
||||
option (amino.name) = "offchain/MsgSignArbitraryData";
|
||||
option (cosmos.msg.v1.signer) = "signer";
|
||||
// AppDomain is the application requesting off-chain message signing
|
||||
string app_domain = 1;
|
||||
@@ -17,4 +17,3 @@ message MsgSignArbitraryData {
|
||||
// Data represents the raw bytes of the content that is signed (text, json, etc)
|
||||
string data = 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user