From 6423781996047ffc64022fe028729e6acd6d7016 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Mon, 22 Jan 2024 23:29:31 +0100 Subject: [PATCH] Update relay/polkadot/src/lib.rs Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> --- relay/polkadot/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/relay/polkadot/src/lib.rs b/relay/polkadot/src/lib.rs index e7a77bfcd5..6d3ef652a4 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -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;