mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Adapt payjoin for BIP78
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user