mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
SaveTo -> WriteTo, Load -> Read
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
type Binary interface {
|
||||
ByteSize() int
|
||||
SaveTo([]byte) int
|
||||
WriteTo([]byte) int
|
||||
Equals(Binary) bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user