Browse Source
Remove unnecessary Byteser interface
pull/1842/head
Jae Kwon
7 years ago
committed by
Anton Kaliaev
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
0 additions and
4 deletions
-
merkle/types.go
|
|
@ -21,7 +21,3 @@ type Tree interface { |
|
|
|
type Hasher interface { |
|
|
|
Hash() []byte |
|
|
|
} |
|
|
|
|
|
|
|
type Byteser interface { |
|
|
|
Bytes() []byte |
|
|
|
} |