This commit is contained in:
jl777
2017-03-13 11:52:22 +02:00
parent 50c490cb23
commit 58f5f525f7

View File

@@ -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;