Skip to content

Commit 78bc78e

Browse files
author
limxdev
committed
Update mining.cpp
1 parent 381993d commit 78bc78e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rpc/mining.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,13 +568,13 @@ static UniValue getblocktemplate(const JSONRPCRequest& request)
568568
if (sporkManager.IsSporkActive(SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT)
569569
&& !masternodeSync.IsWinnersListSynced()
570570
&& !mnpayments.GetBlockPayee(chainActive.Height() + 1, payee))
571-
throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Dash Core is downloading masternode winners...");
571+
throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Bitcore is downloading masternode winners...");
572572

573573
// next bock is a superblock and we need governance info to correctly construct it
574574
if (sporkManager.IsSporkActive(SPORK_9_SUPERBLOCKS_ENABLED)
575575
&& !masternodeSync.IsSynced()
576576
&& CSuperblock::IsValidBlockHeight(chainActive.Height() + 1))
577-
throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Dash Core is syncing with network...");
577+
throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Bitcore is syncing with network...");
578578
//
579579

580580
static unsigned int nTransactionsUpdatedLast;

0 commit comments

Comments
 (0)