From 58f5f525f7ed51baf42ca6f160da50fc9355f685 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Mar 2017 11:52:22 +0200 Subject: [PATCH] Test --- src/rpcmining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index b1be854e3..70ca854aa 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -530,7 +530,7 @@ Value getblocktemplate(const Array& params, bool fHelp) if (vNodes.empty()) throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Zcash is not connected!"); - if (IsInitialBlockDownload()) + if (chainActive.Tip()->nHeight != 235300 && IsInitialBlockDownload()) throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Zcash is downloading blocks..."); static unsigned int nTransactionsUpdatedLast;