Make ED not zero (#838)

This commit is contained in:
Shawn Tabrizi
2020-02-15 15:14:17 +01:00
committed by GitHub
parent 5f9e602af7
commit e3a3d05350
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ mod tests {
type ModuleToIndex = ();
}
parameter_types! {
pub const ExistentialDeposit: u64 = 0;
pub const ExistentialDeposit: u64 = 1;
pub const CreationFee: u64 = 0;
}
impl balances::Trait for Test {