Fixed hard code 3 mns address only for testnet.

This commit is contained in:
parmarrushabh 2018-12-14 11:17:44 +05:30
parent 08843fa176
commit 315c400748

View file

@ -598,7 +598,6 @@ func (self *worker) commitNewWork() {
} }
work.commitTransactions(self.mux, txs, specialTxs, self.chain, self.coinbase) work.commitTransactions(self.mux, txs, specialTxs, self.chain, self.coinbase)
// compute uncles for the new block. // compute uncles for the new block.
var ( var (
uncles []*types.Header uncles []*types.Header