Skip to content

Commit 701eef2

Browse files
committed
sync formats
1 parent b2a52b8 commit 701eef2

File tree

29 files changed

+30
-30
lines changed

29 files changed

+30
-30
lines changed

pallets/mining/mining-speed-boosts/configuration/hardware-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/configuration/token-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/eligibility/hardware-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/eligibility/token-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/lodgements/hardware-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/lodgements/token-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/rates/hardware-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/rates/token-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/sampling/hardware-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

pallets/mining/mining-speed-boosts/sampling/token-mining/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parameter_types! {
6565
}
6666
impl pallet_balances::Config for Test {
6767
type AccountStore = System;
68-
type Balance = u64;
68+
type Balance = u128;
6969
type DustRemoval = ();
7070
type Event = ();
7171
type ExistentialDeposit = ExistentialDeposit;

0 commit comments

Comments
 (0)