Skip to content

Commit

Permalink
fix storage name for crowdfund module (paritytech#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored and bkchr committed Jan 16, 2020
1 parent 6c426c2 commit b441af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/crowdfund.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>;
Expand Down

0 comments on commit b441af7

Please sign in to comment.