1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-14 13:51:21 +00:00
Files
tendermint/docs/spec/reactors/mempool
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
..