diff options
| author | Timothy Stranex <[email protected]> | 2013-09-02 17:27:27 +0200 |
|---|---|---|
| committer | Timothy Stranex <[email protected]> | 2013-09-02 17:27:27 +0200 |
| commit | ccf3af77c10c3b06acde8ee55930051a862bd728 (patch) | |
| tree | 1ed7d1d78cc8a6ea4c1d5641da682e7bbc226be7 /src | |
| parent | Merge pull request #2951 from laanwj/2013_08_addressbook_purpose (diff) | |
| download | discoin-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.h | 4 |
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 { |