mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
disambiguate IPPROTO_TCP
This commit is contained in:
parent
69f3095fac
commit
b0d27b9acc
@ -164,7 +164,7 @@ else:
|
|||||||
waitFor daemon.close()
|
waitFor daemon.close()
|
||||||
|
|
||||||
template tcpEndPoint(address, port): auto =
|
template tcpEndPoint(address, port): auto =
|
||||||
MultiAddress.init(address, IPPROTO_TCP, port)
|
MultiAddress.init(address, Protocol.IPPROTO_TCP, port)
|
||||||
|
|
||||||
proc createEth2Node*(conf: BeaconNodeConf): Future[Eth2Node] {.async.} =
|
proc createEth2Node*(conf: BeaconNodeConf): Future[Eth2Node] {.async.} =
|
||||||
var
|
var
|
||||||
|
Loading…
x
Reference in New Issue
Block a user