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],
|
||||
responseFut: Future[T],
|
||||
timeout: Duration): Future[T] {.async.} =
|
||||
sendFut.addCallback do (arg: pointer):
|
||||
sendFut.addCallback do (arg: pointer) {.gcsafe.}:
|
||||
if sendFut.failed:
|
||||
debug "Handshake message not delivered", peer
|
||||
|
||||
|
|
Loading…
Reference in New Issue