From 1d8bddf7240ee0f5bb510be3f77e2ca4f8caecb6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 24 Oct 2016 14:24:49 -0300 Subject: [PATCH] test --- src/rpcblockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index 63b1f24b8..804168306 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -405,7 +405,7 @@ Value paxprice(const Array& params, bool fHelp) else { CBlockIndex *pblockindex = chainActive[height]; - item.push_back(Pair("timestamp", (int64_t)pblockindex->nTime)); + ret.push_back(Pair("timestamp", (int64_t)pblockindex->nTime)); if ( basevolume != 0 && relvolume != 0 ) { ret.push_back(Pair("price",((double)relvolume / (double)basevolume)));