diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -32,11 +32,14 @@ * * \section intro_sec Introduction * - * This is the developer documentation of the reference client for an - * experimental new digital currency called Bitcoin (https://www.bitcoin.org/), - * which enables instant payments to anyone, anywhere in the world. Bitcoin uses - * peer-to-peer technology to operate with no central authority: managing - * transactions and issuing money are carried out collectively by the network. + * This is the developer documentation of Bitoin ABC + * (https://www.bitcoinabc.org/). + * Bitcoin ABC is a client for the digital currency called Bitcoin Cash + * (https://www.bitcoincash.org/), which enables instant payments to anyone, + * anywhere in the world. Bitcoin Cash uses peer-to-peer technology to operate + * with no central authority: managing transactions and issuing money are + * carried + * out collectively by the network. * * The software is a community-driven open source project, released under the * MIT license.