mirror of https://github.com/status-im/nim-eth.git
Fix compilation error (#490)
This commit is contained in:
parent
0e20fd6565
commit
e794c149f5
|
@ -1053,7 +1053,7 @@ proc tryfinalizeConnection(socket: UtpSocket, p: Packet) =
|
|||
socket.ackNr = p.header.seqNr - 1
|
||||
|
||||
debug "Received Syn-Ack finalizing connection",
|
||||
socketAckNr = socker.ackNr
|
||||
socketAckNr = socket.ackNr
|
||||
|
||||
if (not socket.connectionFuture.finished()):
|
||||
socket.connectionFuture.complete()
|
||||
|
|
Loading…
Reference in New Issue