From d3f12a6b7f437652bb53b75c10d84d87dbe03986 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 14 Jun 2021 21:05:20 -0400 Subject: [PATCH] desprout --- src/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8887292d4..2d352d12d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4429,13 +4429,6 @@ bool ReceivedBlockTransactions(const CBlock &block, CValidationState& state, CBl // pool. So we invert the sign here. saplingValue += -tx.valueBalance; - /* - for (auto js : tx.vjoinsplit) { - sproutValue += js.vpub_old; - sproutValue -= js.vpub_new; - } - */ - // Ignore following stats unless -zindex enabled if (!fZindex) continue;