Use CBitcoinAddress ti store change destination
[novacoin.git] / src / qt / bitcoinaddressvalidator.h
index 9710d12..6cad8ce 100644 (file)
@@ -14,7 +14,7 @@ public:
 
     State validate(QString &input, int &pos) const;
 
-    static const int MaxAddressLength = 35;
+    static const int MaxAddressLength = 99;
 signals:
 
 public slots: