Browse Source

remove TODO

no longer relevant, I guess. since ABCI only defines 0 (success) code.
pull/1585/head
Anton Kaliaev 6 years ago
parent
commit
202a43a5af
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      mempool/mempool.go

+ 0
- 2
mempool/mempool.go View File

@ -272,8 +272,6 @@ func (mem *Mempool) resCbNormal(req *abci.Request, res *abci.Response) {
// remove from cache (it might be good later)
mem.cache.Remove(tx)
// TODO: handle other retcodes
}
default:
// ignore other messages


Loading…
Cancel
Save