mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Refine views and use cases
This commit is contained in:
committed by
Andrew Camilleri
parent
b654dfb237
commit
9bb74a17d8
@@ -721,13 +721,8 @@ namespace BTCPayServer.Controllers
|
||||
EnforceLowR = psbtResponse.Suggestions?.ShouldEnforceLowR,
|
||||
ChangeAddress = psbtResponse.ChangeAddress?.ToString()
|
||||
};
|
||||
|
||||
var routeBack = new Dictionary<string, string>
|
||||
{
|
||||
{"action", nameof(WalletSend)}, {"walletId", walletId.ToString()}
|
||||
};
|
||||
|
||||
var res = await TryHandleSigningCommands(walletId, psbt, command, signingContext, routeBack);
|
||||
var res = await TryHandleSigningCommands(walletId, psbt, command, signingContext, nameof(WalletSend));
|
||||
if (res != null)
|
||||
{
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user