From 22c2aa8fda545113c4fb6be5813594f4896601f9 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 5 Sep 2019 08:49:35 -0400 Subject: [PATCH] shielded is a better name for this key --- src/rpc/blockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index a7cca202d..105d8f6f5 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -2082,7 +2082,7 @@ UniValue getchaintxstats(const UniValue& params, bool fHelp) shielded.pushKV("deshielding_payments_percent", ((double)nDeshieldingPaymentsDiff) / nShieldedPaymentsDiff ); } if(nShieldedTxDiff+nShieldedPaymentsDiff > 0) - ret.pushKV("shielded_only", shielded); + ret.pushKV("shielded", shielded); // Organic tx stats = Raw - Coinbase - DPoW if (nTxDiff > 0) {