Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pallet-contracts: Fix compilation on latest nightly (paritytech#2986)
Apparently they changed detection for visibility identifiers on traits, which broke more than it should. There is an issue open: rust-lang/rust#119924 The easy solution for us is to move the declaration of the global variable outside of the trait. Closes: paritytech#2960
- Loading branch information