mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
remove unused (#3553)
This commit is contained in:
committed by
GitHub
parent
33fe763188
commit
85e11980ff
@@ -645,7 +645,6 @@ mod tests {
|
|||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ParaDeposit: Balance = 10;
|
pub const ParaDeposit: Balance = 10;
|
||||||
pub const DataDepositPerByte: Balance = 1;
|
pub const DataDepositPerByte: Balance = 1;
|
||||||
pub const QueueSize: usize = 2;
|
|
||||||
pub const MaxRetries: u32 = 3;
|
pub const MaxRetries: u32 = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -833,7 +833,6 @@ where
|
|||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const ParathreadDeposit: Balance = 500 * DOLLARS;
|
pub const ParathreadDeposit: Balance = 500 * DOLLARS;
|
||||||
pub const QueueSize: usize = 2;
|
|
||||||
pub const MaxRetries: u32 = 3;
|
pub const MaxRetries: u32 = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -419,7 +419,6 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const QueueSize: usize = 2;
|
|
||||||
pub const MaxRetries: u32 = 3;
|
pub const MaxRetries: u32 = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user