mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +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)
|
switch (command)
|
||||||
{
|
{
|
||||||
case "export":
|
|
||||||
case "decode":
|
case "decode":
|
||||||
ModelState.Remove(nameof(vm.PSBT));
|
ModelState.Remove(nameof(vm.PSBT));
|
||||||
ModelState.Remove(nameof(vm.FileName));
|
ModelState.Remove(nameof(vm.FileName));
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
<div class="list-group mt-4">
|
<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">
|
<div class="image">
|
||||||
<vc:icon symbol="wallet-file"/>
|
<vc:icon symbol="wallet-file"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user