mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Signing context cleanup (#2568)
* Signing Context cleanup Removes extra NBXSeedAvailable property in SigningContext, which got introduced in #2559. It is not needed since each view model involved already has it. * Fix button in link
This commit is contained in:
@@ -708,8 +708,7 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
PayJoinBIP21 = vm.PayJoinBIP21,
|
||||
EnforceLowR = psbtResponse.Suggestions?.ShouldEnforceLowR,
|
||||
ChangeAddress = psbtResponse.ChangeAddress?.ToString(),
|
||||
NBXSeedAvailable = vm.NBXSeedAvailable
|
||||
ChangeAddress = psbtResponse.ChangeAddress?.ToString()
|
||||
};
|
||||
|
||||
var routeBack = new Dictionary<string, string>
|
||||
|
||||
Reference in New Issue
Block a user