aboutsummaryrefslogtreecommitdiffstats
path: root/miner
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-02 05:58:26 +0800
committerobscuren <geffobscura@gmail.com>2015-04-02 05:58:26 +0800
commitb8124ec79182dbf90b28c8527f2440cea6473f1b (patch)
treee5c14f90203a9b2a1d37cff28f92918b2ed54398 /miner
parent219d94c1ddcb1e1e8a3fbfcfdcb545e6271dd5be (diff)
downloaddexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.tar
dexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.tar.gz
dexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.tar.bz2
dexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.tar.lz
dexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.tar.xz
dexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.tar.zst
dexon-b8124ec79182dbf90b28c8527f2440cea6473f1b.zip
Removed old (unused) argument
Diffstat (limited to 'miner')
-rw-r--r--miner/worker.go2
1 files changed, 1 insertions, 1 deletions
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()
}