aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy Stranex <[email protected]>2013-09-02 17:27:27 +0200
committerTimothy Stranex <[email protected]>2013-09-02 17:27:27 +0200
commitccf3af77c10c3b06acde8ee55930051a862bd728 (patch)
tree1ed7d1d78cc8a6ea4c1d5641da682e7bbc226be7 /src
parentMerge pull request #2951 from laanwj/2013_08_addressbook_purpose (diff)
downloaddiscoin-ccf3af77c10c3b06acde8ee55930051a862bd728.tar.xz
discoin-ccf3af77c10c3b06acde8ee55930051a862bd728.zip
Fix typo in a comment: it's base58, not base48.
Diffstat (limited to 'src')
-rw-r--r--src/qt/bitcoinaddressvalidator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bitcoinaddressvalidator.h b/src/qt/bitcoinaddressvalidator.h
index 2b6a59367..b7f4dfee9 100644
--- a/src/qt/bitcoinaddressvalidator.h
+++ b/src/qt/bitcoinaddressvalidator.h
@@ -3,8 +3,8 @@
#include <QValidator>
-/** Base48 entry widget validator.
- Corrects near-miss characters and refuses characters that are no part of base48.
+/** Base58 entry widget validator.
+ Corrects near-miss characters and refuses characters that are not part of base58.
*/
class BitcoinAddressValidator : public QValidator
{