diff --git a/src/Helpers/Constants.cs b/src/Helpers/Constants.cs index 11b8637c..d55c8eec 100644 --- a/src/Helpers/Constants.cs +++ b/src/Helpers/Constants.cs @@ -27,7 +27,6 @@ public class Constants public static readonly bool ENABLE_REMOTE_SIGNER; public static readonly bool PUSH_NOTIFICATIONS_ONESIGNAL_ENABLED; public static readonly bool ENABLE_HW_SUPPORT; - public static readonly bool FEE_SELECTION_ENABLED = true; // Incomplete feature, remove this line when it's ready // Connections public static readonly string POSTGRES_CONNECTIONSTRING = "Host=localhost;Port=5432;Database=fundsmanager;Username=rw_dev;Password=rw_dev"; diff --git a/src/Pages/ChannelRequests.razor b/src/Pages/ChannelRequests.razor index 445205a3..53222717 100644 --- a/src/Pages/ChannelRequests.razor +++ b/src/Pages/ChannelRequests.razor @@ -156,8 +156,6 @@ } - @if (Constants.FEE_SELECTION_ENABLED) - {
@@ -178,7 +176,6 @@
- }