diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index d148654a8..330cf171c 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -723,6 +723,7 @@ static bool GetUTXOStats(CCoinsView *view, CCoinsStats &stats) CCoins coins; if (pcursor->GetKey(key) && pcursor->GetValue(coins)) { stats.nTransactions++; + ss << key; for (unsigned int i=0; i