[Qt] remove ProxySocksVersion from OptionID
- we only support SOCKS5, so remove it
This commit is contained in:
parent
c5eabde9ea
commit
d817187bdb
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public:
|
||||||
ProxyUse, // bool
|
ProxyUse, // bool
|
||||||
ProxyIP, // QString
|
ProxyIP, // QString
|
||||||
ProxyPort, // int
|
ProxyPort, // int
|
||||||
ProxySocksVersion, // int
|
|
||||||
Fee, // qint64
|
Fee, // qint64
|
||||||
DisplayUnit, // BitcoinUnits::Unit
|
DisplayUnit, // BitcoinUnits::Unit
|
||||||
DisplayAddresses, // bool
|
DisplayAddresses, // bool
|
||||||
|
|
Loading…
Reference in a new issue