Skip to content
Commit 36e04f8e authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Take `genesis_storage` by ref

Instead of having these weird implementation of `BuildStorage for
&ChainSpec` we should just take the `genesis_storage` by ref. The
`BuildStorage` trait changed some time ago to take a self ref anyway,
instead of a self value.

Also fixes warnings in frame-staking
parent c93a0a31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment