mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-10 16:54:27 +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:
@@ -17,6 +17,5 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public string PayJoinBIP21 { get; set; }
|
||||
public bool? EnforceLowR { get; set; }
|
||||
public string ChangeAddress { get; set; }
|
||||
public bool NBXSeedAvailable { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user