mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Make ED not zero (#838)
This commit is contained in:
@@ -338,8 +338,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ExistentialDeposit: u64 = 0;
|
pub const ExistentialDeposit: u64 = 1;
|
||||||
pub const TransferFee: u64 = 0;
|
|
||||||
pub const CreationFee: u64 = 0;
|
pub const CreationFee: u64 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -616,7 +616,7 @@ mod tests {
|
|||||||
type ModuleToIndex = ();
|
type ModuleToIndex = ();
|
||||||
}
|
}
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ExistentialDeposit: u64 = 0;
|
pub const ExistentialDeposit: u64 = 1;
|
||||||
pub const CreationFee: u64 = 0;
|
pub const CreationFee: u64 = 0;
|
||||||
}
|
}
|
||||||
impl balances::Trait for Test {
|
impl balances::Trait for Test {
|
||||||
|
|||||||
@@ -944,7 +944,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ExistentialDeposit: Balance = 0;
|
pub const ExistentialDeposit: Balance = 1;
|
||||||
pub const CreationFee: Balance = 0;
|
pub const CreationFee: Balance = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -706,7 +706,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ExistentialDeposit: Balance = 0;
|
pub const ExistentialDeposit: Balance = 1;
|
||||||
pub const CreationFee: Balance = 0;
|
pub const CreationFee: Balance = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -918,7 +918,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ExistentialDeposit: u64 = 0;
|
pub const ExistentialDeposit: u64 = 1;
|
||||||
pub const CreationFee: u64 = 0;
|
pub const CreationFee: u64 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user