mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 03:46:33 +00:00
Update SimpleMap to hash both keys and values for benefit; Hashable is Hasher; Don't assume go-wire
This commit is contained in:
@@ -21,3 +21,7 @@ type Tree interface {
|
||||
type Hasher interface {
|
||||
Hash() []byte
|
||||
}
|
||||
|
||||
type Byteser interface {
|
||||
Bytes() []byte
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user