From 61e8296bd82b4392e55e6707f37b7d1d1e897dd7 Mon Sep 17 00:00:00 2001 From: Vitalik Buterin Date: Fri, 15 May 2015 21:23:09 -0400 Subject: Adjust miner coinbase and not just miner worker coinbase --- miner/miner.go | 1 + 1 file changed, 1 insertion(+) (limited to 'miner/miner.go') diff --git a/miner/miner.go b/miner/miner.go index 19d39a605..3f87e8151 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -75,6 +75,7 @@ func (self *Miner) Start(coinbase common.Address, threads int) { atomic.StoreInt32(&self.shouldStart, 1) self.threads = threads self.worker.coinbase = coinbase + self.coinbase = coinbase if atomic.LoadInt32(&self.canStart) == 0 { glog.V(logger.Info).Infoln("Can not start mining operation due to network sync (starts when finished)") -- cgit v1.2.3