We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfcdd4 commit 5944cf8Copy full SHA for 5944cf8
node/MwcNode.cpp
@@ -67,6 +67,7 @@ void MwcNode::start(const QString & dataPath, const QString & network ) {
67
nodeWorkDir = "";
68
nonEmittedOutput = "";
69
lastProcessedEvent = tries::NODE_OUTPUT_EVENT::NONE;
70
+ nodeStatusString = "Waiting";
71
72
// Start the binary
73
Q_ASSERT(nodeProcess == nullptr);
0 commit comments