diff options
author | Timothy Stranex <timothy@Timothys-MacBook-Pro.local> | 2013-09-02 17:27:27 +0200 |
---|---|---|
committer | Timothy Stranex <timothy@Timothys-MacBook-Pro.local> | 2013-09-02 17:27:27 +0200 |
commit | ccf3af77c10c3b06acde8ee55930051a862bd728 (patch) | |
tree | 1ed7d1d78cc8a6ea4c1d5641da682e7bbc226be7 /src | |
parent | 1537d174d7fc8ac0a2a35637882b46d4cda57607 (diff) |
Fix typo in a comment: it's base58, not base48.
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/bitcoinaddressvalidator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bitcoinaddressvalidator.h b/src/qt/bitcoinaddressvalidator.h index 2b6a59367d..b7f4dfee96 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 { |