diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-24 15:55:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-24 15:57:24 +0200 |
| commit | 59abcefc2eec7ede6f098dbcf7323aef6e746a4a (patch) | |
| tree | 27d458468c40494bc5505a8366b7e144dd26b446 /contrib/debian/examples | |
| parent | Merge pull request #4556 (diff) | |
| download | discoin-59abcefc2eec7ede6f098dbcf7323aef6e746a4a.tar.xz discoin-59abcefc2eec7ede6f098dbcf7323aef6e746a4a.zip | |
doc: remove any mention of SOCKS4
SOCKS4 support was removed in 0127a9b, as well as the `-socks=` option.
Diffstat (limited to 'contrib/debian/examples')
| -rw-r--r-- | contrib/debian/examples/bitcoin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index 0aa8674af..31cca981e 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -10,7 +10,7 @@ # Run a regression test network #regtest=0 -# Connect via a socks4 proxy +# Connect via a SOCKS5 proxy #proxy=127.0.0.1:9050 ############################################################## |