Fixed tx sha creation
This commit is contained in:
@ -165,6 +165,7 @@ func (self *Miner) mineNewBlock() {
|
||||
logger.Debugln(err)
|
||||
}
|
||||
self.txs = append(txs, unhandledTxs...)
|
||||
self.block.SetTxHash(receipts)
|
||||
|
||||
// Set the transactions to the block so the new SHA3 can be calculated
|
||||
self.block.SetReceipts(receipts, txs)
|
||||
|
Reference in New Issue
Block a user