Merge commit 'b0d27b9'
This commit is contained in:
commit
1ce459bcdb
|
@ -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…
Reference in New Issue