fix setting protocol version for v0 server
authorJoey Hess <joeyh@joeyh.name>
Fri, 26 Jul 2024 17:24:56 +0000 (13:24 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 26 Jul 2024 17:24:56 +0000 (13:24 -0400)
commitde7730f51f36092989b1eb131a92001533c8df9b
treedd2b9cdd96294e4a0f4fe956b62911a96ef2d392
parent576ec6ed712ff42b6f10e65a3ed877bfdbbf5eac
fix setting protocol version for v0 server

Before it was leaving the protocol version at the default, when it
was actually v0.

v0 has only ever been used over tor, which is probably why this bug was
never noticed.
P2P/Protocol.hs