Browse Source

shielded is a better name for this key

warmup
Duke Leto 5 years ago
parent
commit
22c2aa8fda
  1. 2
      src/rpc/blockchain.cpp

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

Loading…
Cancel
Save