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));

View File

@@ -56,7 +56,7 @@
}
<div class="list-group mt-4">
<button type="submit" name="command" value="export" class="list-group-item list-group-item-action" id="SignWithPSBT">
<button type="submit" name="command" value="decode" class="list-group-item list-group-item-action" id="SignWithPSBT">
<div class="image">
<vc:icon symbol="wallet-file"/>
</div>