Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
b441af76
Commit
b441af76
authored
Jan 16, 2020
by
Xiliang Chen
Committed by
Bastian Köcher
Jan 16, 2020
Browse files
fix storage name for crowdfund module (#772)
parent
6c426c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
runtime/common/src/crowdfund.rs
View file @
b441af76
...
...
@@ -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
>>
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment