Open herou opened 3 years ago
My recommendation is to add a new recipe specifically about the genesis config. Then if you think it is a good idea, you can add a sentence like this to charity and any other recipes that need it.
This pallet uses a [genesis config]. If you are installing this in a new chain, you will need to configure its genesis. Learn more about that in the recipe on [genesis configs]
Or something similar.
I copied and pasted the
pallets/charity
into another node in order to use it and I was having this issue:I had to add this
charity: Some(Default::default()),
line of code inside GenesisConfig brackets to makecharity
pallet working. I think we should include information in recipes documentation that some pallets need to be initialized from Genesis.Reply to this issue with some hints and let me create a PR for this missing information.
Thank you! @JoshOrndorff