From b8124ec79182dbf90b28c8527f2440cea6473f1b Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 1 Apr 2015 23:58:26 +0200 Subject: Removed old (unused) argument --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miner') diff --git a/miner/worker.go b/miner/worker.go index d89519fb1..2ba3faed8 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -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() } -- cgit v1.2.3