Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(sns-w):
UpgradeSteps::add_wasm
is infallible and so should…
… not return a Result (#2870) #2837 made `UpgradeSteps::add_wasm` return a result type, even though it cannot fail. This PR undoes that change. This results in a simplification of the other `add_wasm` function.
- Loading branch information