aboutsummaryrefslogtreecommitdiff
path: root/src/netgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netgroup.h')
-rw-r--r--src/netgroup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/netgroup.h b/src/netgroup.h
index 4e4edb8a88..6f495b166b 100644
--- a/src/netgroup.h
+++ b/src/netgroup.h
@@ -6,6 +6,7 @@
#define BITCOIN_NETGROUP_H
#include <netaddress.h>
+#include <uint256.h>
#include <vector>
@@ -22,6 +23,9 @@ public:
* exists, since the data is const. */
const std::vector<bool>& GetAsmap() const { return m_asmap; }
+ /** Get a checksum identifying the asmap being used. */
+ uint256 GetAsmapChecksum() const;
+
/**
* Get the canonical identifier of the network group for address.
*