mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix CI
This commit is contained in:
parent
46a10c1464
commit
df372b066e
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ func (sf *subfetcher) loop() {
|
||||||
if len(task) == common.AddressLength {
|
if len(task) == common.AddressLength {
|
||||||
sf.trie.GetAccount(common.BytesToAddress(task))
|
sf.trie.GetAccount(common.BytesToAddress(task))
|
||||||
} else {
|
} else {
|
||||||
_, _ := sf.trie.GetStorage(sf.addr, task)
|
sf.trie.GetStorage(sf.addr, task)
|
||||||
}
|
}
|
||||||
sf.seen[string(task)] = struct{}{}
|
sf.seen[string(task)] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue