mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-22 16:03:29 +00:00
e9e6ec3a2c
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