Closed Sneh1999 closed 2 months ago
Closes #187
https://github.com/EspressoSystems/nitro-espresso-integration/issues/187
It fixes the panic that was caused because of pebble not being able to do batch.Write() twice
batch.Write()
You can test the PR my shifting the storage from leveldb to pebble and then running the nitro-testnode in dev mode
leveldb
pebble
nitro-testnode
Closes #187
https://github.com/EspressoSystems/nitro-espresso-integration/issues/187
This PR:
It fixes the panic that was caused because of pebble not being able to do
batch.Write()
twiceThis PR does not:
Key places to review:
You can test the PR my shifting the storage from
leveldb
topebble
and then running thenitro-testnode
in dev mode