mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
increase BitcoinAddressValidator::MaxAddressLength from 34 to 35
needed for sending BIP16 transactions on test network through GUI
This commit is contained in:
parent
15b87b2ec4
commit
c85c37acb1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user