mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 09:50:45 +00:00
bmt: fix unused warnings (#1825)
This commit is contained in:
parent
013098e59d
commit
016ab30c50
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ type Hasher struct {
|
||||||
depth int // index of last level
|
depth int // index of last level
|
||||||
result chan []byte // result channel
|
result chan []byte // result channel
|
||||||
hash []byte // to record the result
|
hash []byte // to record the result
|
||||||
max int32 // max segments for SegmentWriter interface
|
|
||||||
blockLength []byte // The block length that needes to be added in Sum
|
blockLength []byte // The block length that needes to be added in Sum
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue