From 20278f5f5fac67114840d092126b1cae154ee99b Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Tue, 28 Jul 2015 18:24:27 +0000 Subject: Minor AuxPoW fixes Replaced references to Namecoin with Dogecoin Set chain ID when constructing a new block to be mined Added assignment overload so that assigning one BlockVersion to another does a full copy. --- src/rpcmining.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rpcmining.cpp') diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index e0ba823de..ab878c105 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -767,11 +767,11 @@ Value getauxblock(const Array& params, bool fHelp) if (vNodes.empty() && !Params().MineBlocksOnDemand()) throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, - "Namecoin is not connected!"); + "Dogecoin is not connected!"); if (IsInitialBlockDownload() && !Params().MineBlocksOnDemand()) throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, - "Namecoin is downloading blocks..."); + "Dogecoin is downloading blocks..."); /* The variables below are used to keep track of created and not yet submitted auxpow blocks. Lock them, just in case. In principle -- cgit v1.2.3