mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 17:01:35 +00:00
Remove GetError() from Iterator
This commit is contained in:
@ -107,12 +107,6 @@ type Iterator interface {
|
||||
// If Valid returns false, this method will panic.
|
||||
Value() []byte
|
||||
|
||||
// GetError returns an IteratorError from LevelDB if it had one during
|
||||
// iteration.
|
||||
//
|
||||
// This method is safe to call when Valid returns false.
|
||||
GetError() error
|
||||
|
||||
// Release deallocates the given Iterator.
|
||||
Release()
|
||||
}
|
||||
|
Reference in New Issue
Block a user