Add asmap sanity checker

This commit is contained in:
Pieter Wuille
2020-04-02 18:18:08 -07:00
parent 5feefbe6e7
commit fffd8dca2d
5 changed files with 70 additions and 0 deletions

View File

@@ -180,4 +180,6 @@ class CService : public CNetAddr
}
};
bool SanityCheckASMap(const std::vector<bool>& asmap);
#endif // BITCOIN_NETADDRESS_H