Adapt payjoin for BIP78

This commit is contained in:
nicolas.dorier
2020-06-17 21:43:56 +09:00
parent 0b720768b8
commit 24a88fcfb5
12 changed files with 381 additions and 270 deletions

View File

@@ -57,8 +57,8 @@ namespace BTCPayServer.Models.WalletViewModels
public ThreeStateBool AllowFeeBump { get; set; }
public bool NBXSeedAvailable { get; set; }
[Display(Name = "PayJoin Endpoint Url")]
public string PayJoinEndpointUrl { get; set; }
[Display(Name = "PayJoin BIP21")]
public string PayJoinBIP21 { get; set; }
public bool InputSelection { get; set; }
public InputSelectionOption[] InputsAvailable { get; set; }