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
|
||||
return;
|
||||
|
||||
qDebug() << "Doing RPC: " << cmd;
|
||||
qDebug() << "Args :"<< args;
|
||||
// qDebug() << "Doing RPC: " << cmd;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -84,8 +84,7 @@ class Executor : public QObject, public QRunnable {
|
||||
public:
|
||||
Executor(QString cmd, QString args) {
|
||||
this->cmd = cmd;
|
||||
this->args = args;
|
||||
|
||||
this->args = args;
|
||||
};
|
||||
|
||||
~Executor() = default;
|
||||
@@ -123,9 +122,7 @@ public:
|
||||
const std::function<void(QString)>& errCb);
|
||||
|
||||
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 showTxError(const QString& error);
|
||||
|
||||
json getInfo() { return serverInfo; }
|
||||
|
||||
@@ -159,7 +159,7 @@ public:
|
||||
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); }
|
||||
|
||||
QString getDefaultSaplingAddress();
|
||||
|
||||
Reference in New Issue
Block a user