core
core copied to clipboard
Panic when `node.nodeMessageChan <- lib.NodeErase` message is sent for the first time
When the message is sent for the first time using node.nodeMessageChan <- lib.NodeErase, it panics. This is because node.IsRunning
is false when the message was sent. The value is set at a later point.