fix solc tests unskip

This commit is contained in:
zelig
2015-05-18 15:31:26 +01:00
parent 79042223dc
commit f9abcee0f9
6 changed files with 50 additions and 38 deletions

View File

@ -270,6 +270,7 @@ func (self *worker) makeCurrent() {
}
block.Header().Extra = self.extra
// when 08 is processed ancestors contain 07 (quick block)
current := env(block, self.eth)
for _, ancestor := range self.chain.GetAncestors(block, 7) {
for _, uncle := range ancestor.Uncles() {