shielded is a better name for this key

This commit is contained in:
Duke Leto
2019-09-05 08:49:35 -04:00
parent c1dd6e5b96
commit 22c2aa8fda

View File

@@ -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) {