Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I just realized that we probably only needed this because we were importing dependencies from pallet-claims with the default-features enabled, which caused getrandom from being pulled with enabled std WHILE trying to build it for wasm, which caused the failing compilation error. Now that those dependencies are imported correctly with default-features = false, we in fact don't need this getrandom workaround anymore :)
- Loading branch information