File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -444,10 +444,10 @@ static UniValue getblocktemplate(const JSONRPCRequest& request)
444
444
throw JSONRPCError (RPC_CLIENT_P2P_DISABLED, " Error: Peer-to-peer functionality missing or disabled" );
445
445
446
446
if (g_connman->GetNodeCount (CConnman::CONNECTIONS_ALL) == 0 )
447
- throw JSONRPCError (RPC_CLIENT_NOT_CONNECTED, " Bitcoin is not connected!" );
447
+ throw JSONRPCError (RPC_CLIENT_NOT_CONNECTED, PACKAGE_NAME " is not connected!" );
448
448
449
449
if (IsInitialBlockDownload ())
450
- throw JSONRPCError (RPC_CLIENT_IN_INITIAL_DOWNLOAD, " Bitcoin is downloading blocks..." );
450
+ throw JSONRPCError (RPC_CLIENT_IN_INITIAL_DOWNLOAD, PACKAGE_NAME " is in initial sync and waiting for blocks..." );
451
451
452
452
static unsigned int nTransactionsUpdatedLast;
453
453
You can’t perform that action at this time.
0 commit comments