diff --git a/src/frame/staking.rs b/src/frame/staking.rs index daaca52b47..bbdd145bcf 100644 --- a/src/frame/staking.rs +++ b/src/frame/staking.rs @@ -231,7 +231,7 @@ pub struct InvulnerablesStore { /// Map from all locked "stash" accounts to the controller account. #[derive(Encode, Copy, Clone, Debug, Hash, PartialEq, Eq, Ord, PartialOrd, Store)] pub struct BondedStore { - #[store(returns = Vec)] + #[store(returns = Option)] /// TŮ—he stash account pub stash: T::AccountId, }