aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2015-07-27 16:35:30 +0100
committerRoss Nicoll <[email protected]>2019-03-25 05:36:11 +0000
commit148a2aca05fe98031bcf857fa186d792c507090c (patch)
tree11c7fd275ea0a61250e747b81f0b2c372c77a3dd /src/bitcoin-tx.cpp
parentDrop use of smart fees (diff)
downloaddiscoin-148a2aca05fe98031bcf857fa186d792c507090c.tar.xz
discoin-148a2aca05fe98031bcf857fa186d792c507090c.zip
Introduce basic Dogecoin branding
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r--src/bitcoin-tx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp
index 43fa3fdfb..48d661266 100644
--- a/src/bitcoin-tx.cpp
+++ b/src/bitcoin-tx.cpp
@@ -54,10 +54,10 @@ static int AppInitRawTx(int argc, char* argv[])
if (argc<2 || IsArgSet("-?") || IsArgSet("-h") || IsArgSet("-help"))
{
// First part of help message is specific to this utility
- std::string strUsage = strprintf(_("%s bitcoin-tx utility version"), _(PACKAGE_NAME)) + " " + FormatFullVersion() + "\n\n" +
+ std::string strUsage = strprintf(_("%s dogecoin-tx utility version"), _(PACKAGE_NAME)) + " " + FormatFullVersion() + "\n\n" +
_("Usage:") + "\n" +
- " bitcoin-tx [options] <hex-tx> [commands] " + _("Update hex-encoded bitcoin transaction") + "\n" +
- " bitcoin-tx [options] -create [commands] " + _("Create hex-encoded bitcoin transaction") + "\n" +
+ " dogecoin-tx [options] <hex-tx> [commands] " + _("Update hex-encoded dogecoin transaction") + "\n" +
+ " dogecoin-tx [options] -create [commands] " + _("Create hex-encoded dogecoin transaction") + "\n" +
"\n";
fprintf(stdout, "%s", strUsage.c_str());