File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments