mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update ethdb/pebble/pebble.go
This commit is contained in:
parent
07c664e8f3
commit
97c90bebf4
1 changed files with 2 additions and 0 deletions
|
|
@ -609,6 +609,8 @@ func (b *batch) Replay(w ethdb.KeyValueWriter) error {
|
|||
|
||||
// pebbleIterator is a wrapper of underlying iterator in storage engine.
|
||||
// The purpose of this structure is to implement the missing APIs.
|
||||
//
|
||||
// The pebble iterator is not thread-safe.
|
||||
type pebbleIterator struct {
|
||||
iter *pebble.Iterator
|
||||
moved bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue