From a2c158e761e0eadba39b40dfc57da128a5018c6a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 25 Sep 2020 10:30:26 -0400 Subject: [PATCH] Nobody should run this code --- src/rpc.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/rpc.cpp b/src/rpc.cpp index c452d0d..08883fd 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -450,7 +450,11 @@ void RPC::refreshReceivedZTrans(QList zaddrs) { } */ + qDebug() << "IGNORING z_listreceivedaddress hack"; + return; + + /* for (auto it = zaddrs.constBegin(); it != zaddrs.constEnd(); it++) { auto z = it.get(); QJsonObject payload = { @@ -509,6 +513,7 @@ void RPC::refreshReceivedZTrans(QList zaddrs) { qDebug() << reply->errorString(); }); } + */ } /// This will refresh all the balance data from hushd