mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
Remove unnecessary Byteser interface
This commit is contained in:
@@ -21,7 +21,3 @@ type Tree interface {
|
||||
type Hasher interface {
|
||||
Hash() []byte
|
||||
}
|
||||
|
||||
type Byteser interface {
|
||||
Bytes() []byte
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user