Finish my own sentences.

This commit is contained in:
Andrew Morgan 2018-06-04 13:23:54 +01:00
parent a0b9613b86
commit 1bda57e6d4

View file

@ -69,7 +69,8 @@ func SetupTransactionWorkers(
return nil
}
// worker is a goroutine that
// worker is a goroutine that sends any queued events to the application service
// it is given.
func worker(db *storage.Database, as config.ApplicationService, ecm map[string]int) {
// Initialize transaction ID counter
var err error