CosmWasm/cosmwasm-go

Remove (, error) return value from all storage imports

Closed this issue · 0 comments

These should never fail, and if so, they panic.

(No failure can be user error, only system failure)