delete logspam
This commit is contained in:
@@ -359,8 +359,8 @@ void Connection::doRPC(const QString cmd, const QString args, const std::functio
|
|||||||
// Ignoring RPC because shutdown in progress
|
// Ignoring RPC because shutdown in progress
|
||||||
return;
|
return;
|
||||||
|
|
||||||
qDebug() << "Doing RPC: " << cmd;
|
// qDebug() << "Doing RPC: " << cmd;
|
||||||
qDebug() << "Args :"<< args;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -84,8 +84,7 @@ class Executor : public QObject, public QRunnable {
|
|||||||
public:
|
public:
|
||||||
Executor(QString cmd, QString args) {
|
Executor(QString cmd, QString args) {
|
||||||
this->cmd = cmd;
|
this->cmd = cmd;
|
||||||
this->args = args;
|
this->args = args;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
~Executor() = default;
|
~Executor() = default;
|
||||||
@@ -123,9 +122,7 @@ public:
|
|||||||
const std::function<void(QString)>& errCb);
|
const std::function<void(QString)>& errCb);
|
||||||
|
|
||||||
void doRPCWithDefaultErrorHandling(const QString cmd, const QString args, const std::function<void(json)>& cb);
|
void doRPCWithDefaultErrorHandling(const QString cmd, const QString args, const std::function<void(json)>& cb);
|
||||||
|
|
||||||
void doRPCIgnoreError(const QString cmd, const QString args, const std::function<void(json)>& cb) ;
|
void doRPCIgnoreError(const QString cmd, const QString args, const std::function<void(json)>& cb) ;
|
||||||
|
|
||||||
void showTxError(const QString& error);
|
void showTxError(const QString& error);
|
||||||
|
|
||||||
json getInfo() { return serverInfo; }
|
json getInfo() { return serverInfo; }
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ public:
|
|||||||
zrpc->importZPrivKey(addr,cb);
|
zrpc->importZPrivKey(addr,cb);
|
||||||
}, [=](){});
|
}, [=](){});
|
||||||
}
|
}
|
||||||
void importZPrivKey(QString addr, const std::function<void(json)>& cb,const std::function<void(QString)>& err) { zrpc->importZPrivKey(addr, cb, ""); }
|
// void importZPrivKey(QString addr, const std::function<void(json)>& cb,const std::function<void(QString)>& err) { zrpc->importZPrivKey(addr, cb, ""); }
|
||||||
// void importTPrivKey(QString addr,bool rescan, const std::function<void(json)>& cb) { zrpc->importTPrivKey(addr,rescan, cb); }
|
// void importTPrivKey(QString addr,bool rescan, const std::function<void(json)>& cb) { zrpc->importTPrivKey(addr,rescan, cb); }
|
||||||
|
|
||||||
QString getDefaultSaplingAddress();
|
QString getDefaultSaplingAddress();
|
||||||
|
|||||||
Reference in New Issue
Block a user