From 8a951940fd75b2763815e2d76841f4d38441c659 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 24 Sep 2024 09:47:46 +0900 Subject: [PATCH] Remove dead property --- BTCPayServer/Services/MigrationSettings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/Services/MigrationSettings.cs b/BTCPayServer/Services/MigrationSettings.cs index 59b546406..69010903e 100644 --- a/BTCPayServer/Services/MigrationSettings.cs +++ b/BTCPayServer/Services/MigrationSettings.cs @@ -31,6 +31,5 @@ namespace BTCPayServer.Services public bool FixMappedDomainAppType { get; set; } public bool MigrateAppYmlToJson { get; set; } public bool MigrateToStoreConfig { get; set; } - public bool MigratePayoutProcessors { get; internal set; } } }