mirror of https://github.com/status-im/nim-eth.git
fix nimbus/premix appveyor build
This commit is contained in:
parent
abafbc3a73
commit
7a6b195021
|
@ -1121,7 +1121,7 @@ proc handshakeImpl[T](peer: Peer,
|
||||||
sendFut: Future[void],
|
sendFut: Future[void],
|
||||||
responseFut: Future[T],
|
responseFut: Future[T],
|
||||||
timeout: Duration): Future[T] {.async.} =
|
timeout: Duration): Future[T] {.async.} =
|
||||||
sendFut.addCallback do (arg: pointer):
|
sendFut.addCallback do (arg: pointer) {.gcsafe.}:
|
||||||
if sendFut.failed:
|
if sendFut.failed:
|
||||||
debug "Handshake message not delivered", peer
|
debug "Handshake message not delivered", peer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue