Removed the last block of the block chain
Added CurrentBlock to block manager
This commit is contained in:
@ -95,7 +95,7 @@ func main() {
|
||||
time.Sleep(blockTime * time.Second)
|
||||
|
||||
block := ethchain.CreateBlock(
|
||||
ethereum.BlockManager.BlockChain().LastBlock.State().Root,
|
||||
ethereum.BlockManager.CurrentBlock.State().Root,
|
||||
ethereum.BlockManager.LastBlockHash,
|
||||
"123",
|
||||
big.NewInt(1),
|
||||
|
Reference in New Issue
Block a user