mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
proxy: rename randomize_credentials to m_randomize_credentials
This commit is contained in:
@@ -665,7 +665,7 @@ std::unique_ptr<Sock> ConnectThroughProxy(const Proxy& proxy,
|
||||
}
|
||||
|
||||
// do socks negotiation
|
||||
if (proxy.randomize_credentials) {
|
||||
if (proxy.m_randomize_credentials) {
|
||||
ProxyCredentials random_auth;
|
||||
static std::atomic_int counter(0);
|
||||
random_auth.username = random_auth.password = strprintf("%i", counter++);
|
||||
|
||||
Reference in New Issue
Block a user