forked from cerc-io/plugeth
Block mining log
This commit is contained in:
parent
3d2c3b0107
commit
833a1a4eab
@ -186,6 +186,7 @@ func main() {
|
|||||||
txs := ethereum.TxPool.Flush()
|
txs := ethereum.TxPool.Flush()
|
||||||
// Create a new block which we're going to mine
|
// Create a new block which we're going to mine
|
||||||
block := ethereum.BlockManager.BlockChain().NewBlock(addr, txs)
|
block := ethereum.BlockManager.BlockChain().NewBlock(addr, txs)
|
||||||
|
log.Println("Mining on new block. Includes", len(block.Transactions()), "transactions")
|
||||||
// Apply all transactions to the block
|
// Apply all transactions to the block
|
||||||
ethereum.BlockManager.ApplyTransactions(block, block.Transactions())
|
ethereum.BlockManager.ApplyTransactions(block, block.Transactions())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user