Skip to content
Snippets Groups Projects
Commit e03573e5 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

scanner: don't generate key pair

parent 79d90e48
No related branches found
No related tags found
No related merge requests found
...@@ -87,10 +87,7 @@ def gcb(v): ...@@ -87,10 +87,7 @@ def gcb(v):
return True return True
r = DhtRunner() r = DhtRunner()
i = Identity() r.run(port=4112)
i.generate(bits = 1024)
r.run(i, port=4112)
r.bootstrap("bootstrap.ring.cx", "4222") r.bootstrap("bootstrap.ring.cx", "4222")
all_lines = [] all_lines = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment