Browse Source

Fix typo in a comment: it's base58, not base48.

0.8
Timothy Stranex 11 years ago committed by Warren Togami
parent
commit
f7daed9062
  1. 4
      src/qt/bitcoinaddressvalidator.h

4
src/qt/bitcoinaddressvalidator.h

@ -3,8 +3,8 @@ @@ -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
{

Loading…
Cancel
Save