fix syntax error
This commit is contained in:
parent
9e87c777c7
commit
22950304fe
|
@ -7,7 +7,7 @@ import ../../message
|
||||||
import random
|
import random
|
||||||
|
|
||||||
const rendezvousServers: seq[tuple[hostname: string, port: Port]] = @[
|
const rendezvousServers: seq[tuple[hostname: string, port: Port]] = @[
|
||||||
("strangeplace.net", Port(5320))
|
("strangeplace.net", Port(5320)),
|
||||||
("ulrich.earth", Port(5320))
|
("ulrich.earth", Port(5320))
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue