diff --git a/polkadot/runtime/common/src/crowdfund.rs b/polkadot/runtime/common/src/crowdfund.rs index 127a2ed5e5..8898f45c64 100644 --- a/polkadot/runtime/common/src/crowdfund.rs +++ b/polkadot/runtime/common/src/crowdfund.rs @@ -155,7 +155,7 @@ pub struct FundInfo { } decl_storage! { - trait Store for Module as Example { + trait Store for Module as Crowdfund { /// Info on all of the funds. Funds get(funds): map FundIndex => Option, T::Hash, T::BlockNumber>>;