linting: few more fixes

This commit is contained in:
Zach Ramsay
2017-10-14 14:38:47 -04:00
committed by Ethan Buchman
parent c7b6faf96a
commit c84c7250ba
4 changed files with 4 additions and 17 deletions

View File

@ -293,7 +293,6 @@ func (s *State) indexTxs(abciResponses *ABCIResponses) {
}
if err := s.TxIndexer.AddBatch(batch); err != nil {
s.logger.Error("Error adding batch", "err", err)
panic(err)
}
}