change default behavior to always pin

This commit is contained in:
jhernandezb
2022-09-06 08:13:41 -06:00
parent 881d0aca94
commit cc9e74075c
8 changed files with 86 additions and 83 deletions

View File

@@ -776,7 +776,7 @@ StoreCodeProposal gov proposal content type to submit WASM code to the system
| `run_as` | [string](#string) | | RunAs is the address that is passed to the contract's environment as sender |
| `wasm_byte_code` | [bytes](#bytes) | | WASMByteCode can be raw or gzip compressed |
| `instantiate_permission` | [AccessConfig](#cosmwasm.wasm.v1.AccessConfig) | | InstantiatePermission to apply on contract creation, optional |
| `pin_code` | [bool](#bool) | | Pin code on upload, optional |
| `unpin_code` | [bool](#bool) | | UnpinCode code on upload, optional |