From 43652bb5c390dca561020c54cccc63ac17cfbe2e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 12 Nov 2014 11:09:17 -0800 Subject: [PATCH] now for progress. --- src/bitcoindjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 4b65096c..2db53f6b 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -1774,6 +1774,7 @@ async_get_progress_after(uv_work_t *req) { int64_t ts_ = cblock.GetBlockTime(); time_t now_ = time(NULL); + //int64_t now = (int64_t)(time(NULL) - (10 * 60)); int64_t ts = (int64_t)ts_; // Assume last block was ten minutes ago: