mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 19:10:40 +01:00
doc: correct typos
This commit is contained in:
@@ -114,7 +114,7 @@ class Socks5Connection():
|
||||
self.conn = conn
|
||||
|
||||
def handle(self):
|
||||
"""Handle socks5 request according to RFC192."""
|
||||
"""Handle socks5 request according to RFC1928."""
|
||||
try:
|
||||
# Verify socks version
|
||||
ver = recvall(self.conn, 1)[0]
|
||||
|
||||
Reference in New Issue
Block a user