mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
types: RequestInitChain.AppStateBytes
This commit is contained in:
@ -48,6 +48,7 @@ message RequestSetOption {
|
||||
|
||||
message RequestInitChain {
|
||||
repeated Validator validators = 1 [(gogoproto.nullable)=false];
|
||||
bytes app_state_bytes = 2;
|
||||
}
|
||||
|
||||
message RequestQuery {
|
||||
|
Reference in New Issue
Block a user