increase BitcoinAddressValidator::MaxAddressLength from 34 to 35

needed for sending BIP16 transactions on test network through GUI
This commit is contained in:
Wladimir J. van der Laan 2012-02-15 17:08:34 +01:00
parent 15b87b2ec4
commit c85c37acb1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public:
State validate(QString &input, int &pos) const;
static const int MaxAddressLength = 34;
static const int MaxAddressLength = 35;
signals:
public slots: