Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve "deploy" when optimizing pwasm ctor module
When optimizing the constructor module for a PWasm contract the "deploy" symbol is preserved instead of the "call" symbol. Before this change `build` would error for PWasm contracts because `pack_instance` would not find the "deploy" symbol in the optimized contract. Fixes paritytech#128
- Loading branch information