mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-03 00:21:20 +00:00
Remove unnecessary Byteser interface
This commit is contained in:
parent
c75298e359
commit
b95cac5f4f
@ -21,7 +21,3 @@ type Tree interface {
|
|||||||
type Hasher interface {
|
type Hasher interface {
|
||||||
Hash() []byte
|
Hash() []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type Byteser interface {
|
|
||||||
Bytes() []byte
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user