Skip to content
Snippets Groups Projects
Commit f01c8fe1 authored by Éloïs's avatar Éloïs
Browse files

fix(genesis build): existential deposit is 200

parent d3cd7d52
No related branches found
No related tags found
No related merge requests found
Pipeline #17797 passed
......@@ -21,7 +21,7 @@ use std::collections::BTreeMap;
type MembershipData = sp_membership::MembershipData<u32>;
const EXISTENTIAL_DEPOSIT: u64 = 100;
const EXISTENTIAL_DEPOSIT: u64 = 200;
#[derive(Clone)]
pub struct GenesisData<Parameters: DeserializeOwned, SessionKeys: Decode> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment