Merge branch 'duke' of https://github.com/MyHush/hush3 into duke

This commit is contained in:
Duke Leto
2019-09-05 08:49:53 -04:00

View File

@@ -2100,7 +2100,7 @@ UniValue getchaintxstats(const UniValue& params, bool fHelp)
organic.pushKV("txrate", ((double)ORG(nTxDiff)) / nTimeDiff);
organic.pushKV("txcount", (int) ORG(nTxDiff));
organic.pushKV("payments", (int) ORG(nPaymentsDiff));
organic.pushKV("organic", organic);
ret.pushKV("organic", organic);
}
}
}