Bootstrap daemon (requires #3165)

This commit is contained in:
stoffu
2018-01-22 18:43:39 +09:00
parent af882e87f5
commit fd1f4bf628
5 changed files with 46 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ public:
static DaemonManager * instance(const QStringList *args);
Q_INVOKABLE bool start(const QString &flags, bool testnet, const QString &dataDir = "");
Q_INVOKABLE bool start(const QString &flags, bool testnet, const QString &dataDir = "", const QString &bootstrapNodeAddress = "");
Q_INVOKABLE bool stop(bool testnet);
// return true if daemon process is started