Skip to content
Snippets Groups Projects
Commit 51ebe389 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed a broken pointer in tracker

parent 232f6a51
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)
......
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