p.Log().Warn("Failed to retrieve account code","block",header.Number,"hash",header.Hash(),"account",common.BytesToHash(req.AccKey),"codehash",common.BytesToHash(account.CodeHash),"err",err)
continue
}
// Accumulate the code and abort if enough data was retrieved
p.Log().Warn("Failed to open storage trie for proof","block",header.Number,"hash",header.Hash(),"account",common.BytesToHash(req.AccKey),"root",account.Root,"err",err)
continue
}
}
// Prove the user's request from the account or stroage trie
varprooflight.NodeList
iferr:=trie.Prove(req.Key,0,&proof);err!=nil{
p.Log().Warn("Failed to prove state request","block",header.Number,"hash",header.Hash(),"err",err)
p.Log().Warn("Failed to open storage trie for proof","block",header.Number,"hash",header.Hash(),"account",common.BytesToHash(req.AccKey),"root",account.Root,"err",err)