remove TODO

no longer relevant, I guess. since ABCI only defines 0 (success) code.
This commit is contained in:
Anton Kaliaev 2018-05-18 10:48:13 +04:00
parent 2987158a65
commit 202a43a5af
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 2 deletions

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