aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2023-12-22 10:32:37 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2024-01-23 10:25:16 -0300
commit27f260aa6e04f82dad78e9a06d58927546143a27 (patch)
treef58c108f0e824189029a0dd9fbf7af1f1a6097d1 /src/protocol.h
parentaff7d92b1500e2478ce36a7e86ae47df47dda178 (diff)
downloadbitcoin-27f260aa6e04f82dad78e9a06d58927546143a27.tar.xz
net: remove now unused global 'g_initial_block_download_completed'
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.