mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-23 16:43:01 +00:00
This is needed because leveldb reuses the keys on each iteration. In our wrapper, we copy the key/value so that it is safe to store.
TODO: syndtr/goleveldb should be replaced with actual LevelDB instance