1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-08 19:11:21 +00:00
Dev Ojha bd531401a0 mempool: Store txs by hash inside of cache ()
* mempool: Store txs by hash inside of cache

This allows for large cachesizes, without fear of the memory
consumption growing rapidly.

* (squash this) rename hashedTx -> txHash
2018-08-29 08:10:06 +04:00
..