mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Remove superfluous export command
This commit is contained in:
committed by
Andrew Camilleri
parent
aa24da72b9
commit
373b0b7850
@@ -126,7 +126,6 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
switch (command)
|
||||
{
|
||||
case "export":
|
||||
case "decode":
|
||||
ModelState.Remove(nameof(vm.PSBT));
|
||||
ModelState.Remove(nameof(vm.FileName));
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user