Browse Source

Remove unnecessary Byteser interface

pull/1842/head
Jae Kwon 7 years ago
committed by Anton Kaliaev
parent
commit
b95cac5f4f
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      merkle/types.go

+ 0
- 4
merkle/types.go View File

@ -21,7 +21,3 @@ type Tree interface {
type Hasher interface {
Hash() []byte
}
type Byteser interface {
Bytes() []byte
}

Loading…
Cancel
Save