mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 07:04:26 +01:00
Add Tor Http Client Factory (#1445)
* WIP: Add Tor Http Client Factory This PR adds a Tor Http Client Factory so that we can do HTTP requests over socks5( which we usually use tor's socks5). Using it for payjoin when possible. Currently have an issue where a 503 is always returned. Must be something wrong with my tor config or the socks proxy lib Im using * fix * remove external dependency * make payjoin client use tor client if available * fix docker test * use tor client only if available and necessary * remove bip 79 mention
This commit is contained in:
@@ -48,7 +48,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public bool DisableRBF { get; set; }
|
||||
|
||||
public bool NBXSeedAvailable { get; set; }
|
||||
[Display(Name = "PayJoin Endpoint Url (BIP79)")]
|
||||
[Display(Name = "PayJoin Endpoint Url")]
|
||||
public string PayJoinEndpointUrl { get; set; }
|
||||
public bool InputSelection { get; set; }
|
||||
public InputSelectionOption[] InputsAvailable { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user