aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocol.h b/src/protocol.h
index e19560e33b..243cd23e6e 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -318,10 +318,6 @@ std::vector<std::string> serviceFlagsToStr(uint64_t flags);
*/
constexpr ServiceFlags SeedsServiceFlags() { return ServiceFlags(NODE_NETWORK | NODE_WITNESS); }
-/** Set the current IBD status in order to figure out the desirable service flags */
-void SetServiceFlagsIBDCache(bool status);
-bool GetServicesFlagsIBDCache();
-
/**
* Checks if a peer with the given service flags may be capable of having a
* robust address-storage DB.