Removed old (unused) argument

This commit is contained in:
obscuren
2015-04-01 23:58:26 +02:00
parent 219d94c1dd
commit b8124ec791
7 changed files with 9 additions and 9 deletions

View File

@ -272,7 +272,7 @@ gasLimit:
core.AccumulateRewards(self.current.state, self.current.block)
self.current.state.Update(common.Big0)
self.current.state.Update()
self.push()
}