mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
Merge commit 'b0d27b9'
This commit is contained in:
commit
1ce459bcdb
@ -164,7 +164,7 @@ else:
|
||||
waitFor daemon.close()
|
||||
|
||||
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.} =
|
||||
var
|
||||
|
Loading…
x
Reference in New Issue
Block a user