diff --git a/BTCPayServer/Controllers/WalletsController.PSBT.cs b/BTCPayServer/Controllers/WalletsController.PSBT.cs index d31d539a7..9fa3c0924 100644 --- a/BTCPayServer/Controllers/WalletsController.PSBT.cs +++ b/BTCPayServer/Controllers/WalletsController.PSBT.cs @@ -126,7 +126,6 @@ namespace BTCPayServer.Controllers } switch (command) { - case "export": case "decode": ModelState.Remove(nameof(vm.PSBT)); ModelState.Remove(nameof(vm.FileName)); diff --git a/BTCPayServer/Views/Wallets/WalletSigningOptions.cshtml b/BTCPayServer/Views/Wallets/WalletSigningOptions.cshtml index 42c629f89..b1cb7cb8c 100644 --- a/BTCPayServer/Views/Wallets/WalletSigningOptions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSigningOptions.cshtml @@ -56,7 +56,7 @@ }