mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +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