From: Wladimir J. van der Laan Date: Wed, 15 Feb 2012 16:08:34 +0000 (+0100) Subject: increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 X-Git-Tag: v0.4.0-unstable~129^2~218 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=c85c37acb16df6c8911c81689932890eec6864a3;p=novacoin.git increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 needed for sending BIP16 transactions on test network through GUI --- diff --git a/src/qt/bitcoinaddressvalidator.h b/src/qt/bitcoinaddressvalidator.h index 6ca3bd6..9710d12 100644 --- a/src/qt/bitcoinaddressvalidator.h +++ b/src/qt/bitcoinaddressvalidator.h @@ -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: