Merge commit 'b0d27b9'

This commit is contained in:
Jacek Sieka 2019-06-27 14:52:46 +02:00
commit 1ce459bcdb
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -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