Browse Source
remove TODO
no longer relevant, I guess. since ABCI only defines 0 (success) code.
pull/1585/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
0 additions and
2 deletions
-
mempool/mempool.go
|
|
@ -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
|
|
|
|