Skip to content
Snippets Groups Projects
Commit 6bd2f79f authored by Jonah Husson's avatar Jonah Husson
Browse files

Merge branch 'api2.0' of git.xx.network:elixxir/client into api2.0

parents efe83ad2 9479e9c6
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
......@@ -130,7 +130,7 @@ func NewOrLoadTracker(session storage.Session, addrSpace address.Space) *manager
// StartProcesses track runs a thread which checks for past and present address
// ID.
func (t manager) StartProcesses() stoppable.Stoppable {
func (t *manager) StartProcesses() stoppable.Stoppable {
stop := stoppable.NewSingle(ephemeralStoppable)
go t.track(stop)
......
......@@ -122,6 +122,9 @@ func Connect(recipient contact.Contact, myId *id.ID, privKey *cyclic.Int,
rng *fastRNG.StreamGenerator, grp *cyclic.Group, net cmix.Client,
p Params) (Connection, error) {
//add the identity
net.AddIdentity(myId, time.Time{}, false)
// Build an ephemeral KV
kv := versioned.NewKV(ekv.MakeMemstore())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment