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:
d11n
2021-06-15 10:35:23 +02:00
committed by GitHub
parent c9869922f7
commit 70fcd053cd
5 changed files with 3 additions and 6 deletions

View File

@@ -119,7 +119,6 @@ namespace BTCPayServer.Controllers
}
vm.PSBTHex = psbt.ToHex();
vm.SigningContext.NBXSeedAvailable = vm.NBXSeedAvailable;
var routeBack = new Dictionary<string, string>
{
{"action", nameof(WalletPSBT)}, {"walletId", walletId.ToString()}