Use CBitcoinAddress ti store change destination
[novacoin.git] / src / qt / bitcoinaddressvalidator.h
index 73f6ea1..6cad8ce 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <QRegExpValidator>
 
-/* Base48 entry widget validator.
+/** Base48 entry widget validator.
    Corrects near-miss characters and refuses characters that are no part of base48.
  */
 class BitcoinAddressValidator : public QValidator
@@ -14,7 +14,7 @@ public:
 
     State validate(QString &input, int &pos) const;
 
-    static const int MaxAddressLength = 34;
+    static const int MaxAddressLength = 99;
 signals:
 
 public slots: