Add instantiate permission to CodeInfoResponse (#836)
* Add instantiate permission to CodeInfoResponse * add query code info test * add codes query response test
This commit is contained in:
@@ -183,6 +183,7 @@ message CodeInfoResponse {
|
||||
"github.com/tendermint/tendermint/libs/bytes.HexBytes" ];
|
||||
// Used in v1beta1
|
||||
reserved 4, 5;
|
||||
AccessConfig instantiate_permission = 6 [ (gogoproto.nullable) = false ];
|
||||
}
|
||||
|
||||
// QueryCodeResponse is the response type for the Query/Code RPC method
|
||||
|
||||
Reference in New Issue
Block a user