eth: accept transactions when starting CPU mining (#13882)
This commit is contained in:
committed by
Felix Lange
parent
f32b72ca5d
commit
bfe5eb7f8c
@ -301,7 +301,7 @@ func startNode(ctx *cli.Context, stack *node.Node) {
|
||||
th.SetThreads(threads)
|
||||
}
|
||||
}
|
||||
if err := ethereum.StartMining(); err != nil {
|
||||
if err := ethereum.StartMining(true); err != nil {
|
||||
utils.Fatalf("Failed to start mining: %v", err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user