nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Simplify the Constructor of `NTorHandshake` #46

Closed dwtj closed 9 years ago

dwtj commented 9 years ago

The constructor of NTorHandshake should just be passed a RelayDescriptor object.

nskinkel commented 9 years ago

Done.