good morning!!!!

Skip to content
Snippets Groups Projects
Commit ecd10d2c authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

iterator returned wrong value

parent 1821d1af
Branches
Tags
No related merge requests found
......@@ -213,8 +213,7 @@ func (self *ethProtocol) handle() error {
var i int
iter := func() (hash common.Hash, ok bool) {
var h common.Hash
err := msgStream.Decode(&h)
err := msgStream.Decode(&hash)
if err == rlp.EOL {
return common.Hash{}, false
} else if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment