Skip to content

Commit

Permalink
Remove unnecesary interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Sep 23, 2024
1 parent fbc3b36 commit 1185d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dot/state/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type BlockStateDatabase interface {
GetPutDeleter
Haser
NewBatcher
NewPrefixIterator(prefix []byte) (database.Iterator, error)
}

// GetPutter has methods to get and put key values.
Expand Down

0 comments on commit 1185d0a

Please sign in to comment.