mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
fix storage name for crowdfund module (#772)
This commit is contained in:
committed by
Bastian Köcher
parent
d209d0c719
commit
9c59e8a271
@@ -155,7 +155,7 @@ pub struct FundInfo<AccountId, Balance, Hash, BlockNumber> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
decl_storage! {
|
decl_storage! {
|
||||||
trait Store for Module<T: Trait> as Example {
|
trait Store for Module<T: Trait> as Crowdfund {
|
||||||
/// Info on all of the funds.
|
/// Info on all of the funds.
|
||||||
Funds get(funds):
|
Funds get(funds):
|
||||||
map FundIndex => Option<FundInfo<T::AccountId, BalanceOf<T>, T::Hash, T::BlockNumber>>;
|
map FundIndex => Option<FundInfo<T::AccountId, BalanceOf<T>, T::Hash, T::BlockNumber>>;
|
||||||
|
|||||||
Reference in New Issue
Block a user