Skip to content
Snippets Groups Projects
Unverified Commit 8aece2db authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

fix tests with latest substrate (#88)

parent bacd7b80
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ type CurrencyId = u32;
type Balance = u64;
parameter_types! {
pub const ExistentialDeposit: u64 = 0;
pub const ExistentialDeposit: u64 = 1;
pub const CreationFee: u64 = 2;
}
......
......@@ -56,7 +56,7 @@ pub type System = system::Module<Runtime>;
type Balance = u64;
parameter_types! {
pub const ExistentialDeposit: u64 = 0;
pub const ExistentialDeposit: u64 = 1;
pub const CreationFee: u64 = 0;
}
......
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