mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Check addresses in address book for validity
This commit is contained in:
@@ -44,6 +44,10 @@ public:
|
||||
*/
|
||||
void updateList();
|
||||
|
||||
/* Check address for validity
|
||||
*/
|
||||
bool validateAddress(const QString &address);
|
||||
|
||||
private:
|
||||
CWallet *wallet;
|
||||
AddressTablePriv *priv;
|
||||
|
||||
Reference in New Issue
Block a user