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 0292952 commit c7b5d62Copy full SHA for c7b5d62
state/e_Receive.h
@@ -55,7 +55,7 @@ class Receive : public QObject, public State, public wnd::FileTransactionWndHand
55
virtual QString getResultTxPath() override {return "";}
56
virtual void updateResultTxPath(QString path) override {Q_UNUSED(path)}
57
58
- virtual bool isNodeHealthy() const override {return false;}
+ virtual bool isNodeHealthy() const override {return true;}
59
protected:
60
virtual NextStateRespond execute() override;
61
virtual QString getHelpDocName() override {return "receive.html";}
0 commit comments