fix bug in queues
This commit is contained in:
parent
f3f40c41ef
commit
8c349cf7ac
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ func (s *SyncManager) Start() error {
|
||||||
namer: namer.NewNamer(),
|
namer: namer.NewNamer(),
|
||||||
Fee: c.Fee,
|
Fee: c.Fee,
|
||||||
})
|
})
|
||||||
break
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue