Skip to content

Commit

Permalink
Update relay/polkadot/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: joe petrowski <[email protected]>
  • Loading branch information
bkontur and joepetrowski committed Jan 23, 2024
1 parent 0196f28 commit 6423781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ impl pallet_fast_unstake::Config for Runtime {
parameter_types! {
// Minimum 4 CENTS/byte
pub const BasicDeposit: Balance = deposit(1, 258);
// TODO:(PR#137) - check ByteDeposit?
pub const ByteDeposit: Balance = deposit(0, 1);
pub const SubAccountDeposit: Balance = deposit(1, 53);
pub const MaxSubAccounts: u32 = 100;
Expand Down

0 comments on commit 6423781

Please sign in to comment.