Remove superfluous export command

This commit is contained in:
Dennis Reimann
2021-08-20 10:17:49 +02:00
committed by Andrew Camilleri
parent aa24da72b9
commit 373b0b7850
2 changed files with 1 additions and 2 deletions

View File

@@ -126,7 +126,6 @@ namespace BTCPayServer.Controllers
}
switch (command)
{
case "export":
case "decode":
ModelState.Remove(nameof(vm.PSBT));
ModelState.Remove(nameof(vm.FileName));