mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-02 14:11:37 +00:00
linting: few more fixes
This commit is contained in:
committed by
Ethan Buchman
parent
c7b6faf96a
commit
c84c7250ba
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user