Merge pull request #2967 from tstranex/master

Fix typo in a comment: it's base58, not base48.
This commit is contained in:
Pieter Wuille 2013-09-02 09:04:06 -07:00
commit 2c27bbca81
1 changed files with 2 additions and 2 deletions

View File

@ -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
{