From 15bd27f2b42c589cab021335e75083701002f62c Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 14 Mar 2017 19:56:43 -0300 Subject: [PATCH] change status name to komodo instead of zcash --- src/rpcmining.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index b1be854e301..a8a6b8c16ea 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -528,10 +528,10 @@ Value getblocktemplate(const Array& params, bool fHelp) throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid mode"); if (vNodes.empty()) - throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Zcash is not connected!"); + throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "komodo is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Zcash is downloading blocks..."); + throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "komodo is downloading blocks..."); static unsigned int nTransactionsUpdatedLast;