aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addrman.h b/src/addrman.h
index 7e36e2228f..1caf540758 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -257,7 +257,7 @@ protected:
void Connected_(const CService &addr, int64_t nTime);
//! Update an entry's service bits.
- void SetServices_(const CService &addr, uint64_t nServices);
+ void SetServices_(const CService &addr, ServiceFlags nServices);
public:
/**
@@ -592,7 +592,7 @@ public:
}
}
- void SetServices(const CService &addr, uint64_t nServices)
+ void SetServices(const CService &addr, ServiceFlags nServices)
{
LOCK(cs);
Check();