Remove go routine that causes threading issues when writing to local db

This commit is contained in:
mdr0id 2019-06-10 19:59:12 -07:00
parent ce11c2107e
commit ed4591ecc4
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ func main() {
switch string(topic) { switch string(topic) {
case opts.zmqTopic: case opts.zmqTopic:
// there's an implicit mutex here handleBlock(db, sequence, body)
go handleBlock(db, sequence, body)
default: default:
log.WithFields(logrus.Fields{ log.WithFields(logrus.Fields{