CosmWasm / wasmvm

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

chore: fix duplicate word repetition in CreateChecksum error return #531

Closed damiannolan closed 3 months ago

damiannolan commented 3 months ago

Surfaced from somebody removing duplicate words in a PR to ibc-go which broke one of our tests in 08-wasm. I put it back for now so that tests continue to all pass, but figured I'd flag the word repetition here and PR it.