Skip to content

Commit c7b5d62

Browse files
author
kbay
committed
node status error at recieve. tru is fine because we recieve without a node
1 parent 0292952 commit c7b5d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state/e_Receive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Receive : public QObject, public State, public wnd::FileTransactionWndHand
5555
virtual QString getResultTxPath() override {return "";}
5656
virtual void updateResultTxPath(QString path) override {Q_UNUSED(path)}
5757

58-
virtual bool isNodeHealthy() const override {return false;}
58+
virtual bool isNodeHealthy() const override {return true;}
5959
protected:
6060
virtual NextStateRespond execute() override;
6161
virtual QString getHelpDocName() override {return "receive.html";}

0 commit comments

Comments
 (0)