Skip to content
Snippets Groups Projects
Commit 4baadef6 authored by David Stainton's avatar David Stainton
Browse files

Register after keygen

parent fd700be7
No related branches found
No related tags found
6 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!371[Channel RSAtoPrivate] Implement Reverse Asymmetric in Client/Broadcast,!354Channels impl,!340Project/channels,!338Xx 4055/channel identity tracking
......@@ -182,6 +182,10 @@ func newclientIDTracker(comms channelLeaseComms, host *connect.Host, username st
if err != nil {
jww.FATAL.Panic(err)
}
err = c.register()
if err != nil {
jww.FATAL.Panic(err)
}
} else if err != nil {
jww.FATAL.Panic(err)
}
......@@ -196,10 +200,6 @@ func newclientIDTracker(comms channelLeaseComms, host *connect.Host, username st
host: host,
udPubKey: udPubKey,
}
err = c.register()
if err != nil {
jww.FATAL.Panic(err)
}
return c
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment