mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
nameofify
This commit is contained in:
@@ -252,7 +252,7 @@ namespace BTCPayServer.Controllers
|
||||
case "ledger":
|
||||
return ViewWalletSendLedger(psbt.PSBT, psbt.ChangeAddress);
|
||||
case "seed":
|
||||
return RedirectToAction("SignWithSeed", new
|
||||
return RedirectToAction(nameof(SignWithSeed), new
|
||||
{
|
||||
psbt = psbt.PSBT.ToBase64(),
|
||||
send = true
|
||||
@@ -351,7 +351,7 @@ namespace BTCPayServer.Controllers
|
||||
}, "broadcast");
|
||||
}
|
||||
|
||||
return RedirectToAction("WalletPSBTReady", new
|
||||
return RedirectToAction(nameof(WalletPSBTReady), new
|
||||
{
|
||||
walletId,
|
||||
psbt = signedpsbt.ToBase64()
|
||||
|
||||
Reference in New Issue
Block a user