From ff0ee876bb66b572921087fcd3775fc2602138c2 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sun, 13 May 2012 16:09:14 +0200 Subject: change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string --- src/base58.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base58.h') diff --git a/src/base58.h b/src/base58.h index 90ce34b05..1391a13e0 100644 --- a/src/base58.h +++ b/src/base58.h @@ -252,7 +252,7 @@ public: bool operator> (const CBase58Data& b58) const { return CompareTo(b58) > 0; } }; -/** base58-encoded bitcoin addresses. +/** base58-encoded Bitcoin addresses. * Public-key-hash-addresses have version 0 (or 111 testnet). * The data vector contains RIPEMD160(SHA256(pubkey)), where pubkey is the serialized public key. * Script-hash-addresses have version 5 (or 196 testnet). -- cgit v1.2.3