create Datastore for countedNotes over 10000 puposhis, debug for notes in send
This commit is contained in:
@@ -45,12 +45,15 @@ void LiteInterface::importTPrivKey(QString addr,const std::function<void(json)>&
|
||||
|
||||
|
||||
void LiteInterface::fetchUnspent(const std::function<void(json)>& cb) {
|
||||
if (conn == nullptr)
|
||||
if (conn == nullptr) {
|
||||
qDebug() << "fetchUnspent: conn ist nullptr, breche ab";
|
||||
return;
|
||||
}
|
||||
|
||||
conn->doRPCWithDefaultErrorHandling("notes", "", cb);
|
||||
}
|
||||
|
||||
|
||||
void LiteInterface::createNewZaddr(bool, const std::function<void(json)>& cb) {
|
||||
if (conn == nullptr)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user