From 227ca2eb4c55fb6164699dec4199983f3a640c5e Mon Sep 17 00:00:00 2001 From: Antony Bailey Date: Fri, 22 Aug 2014 21:28:16 +0100 Subject: [PATCH] Change Bitcoin to Dogecoin --- doc/coding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coding.md b/doc/coding.md index 58cd27627..ee30de011 100644 --- a/doc/coding.md +++ b/doc/coding.md @@ -142,6 +142,6 @@ Threads - ThreadRPCServer : Remote procedure call handler, listens on port 22555 for connections and services them. -- BitcoinMiner : Generates bitcoins (if wallet is enabled). +- DogecoinMiner : Generates dogecoin (if wallet is enabled). - Shutdown : Does an orderly shutdown of everything.