fix storage name for crowdfund module (#772)

This commit is contained in:
Xiliang Chen
2020-01-16 21:01:29 +13:00
committed by Bastian Köcher
parent d209d0c719
commit 9c59e8a271
+1 -1
View File
@@ -155,7 +155,7 @@ pub struct FundInfo<AccountId, Balance, Hash, BlockNumber> {
}
decl_storage! {
trait Store for Module<T: Trait> as Example {
trait Store for Module<T: Trait> as Crowdfund {
/// Info on all of the funds.
Funds get(funds):
map FundIndex => Option<FundInfo<T::AccountId, BalanceOf<T>, T::Hash, T::BlockNumber>>;