CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
173 stars 99 forks source link

Remove "func (vm *VM) Create" #488

Closed webmaster128 closed 7 months ago

webmaster128 commented 8 months ago

This was renamed

// Deprecated: Renamed to StoreCode
func (vm *VM) Create(code WasmCode) (Checksum, error) {
    return vm.StoreCode(code)
}