Remove unused bits from service flags enum

This commit is contained in:
MarcoFalke 2020-12-08 18:40:08 +01:00
parent 1a9fa4c5ba
commit fa40168ab3
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
3 changed files with 0 additions and 6 deletions

View file

@ -203,7 +203,6 @@ static std::string serviceFlagToStr(size_t bit)
switch ((ServiceFlags)service_flag) {
case NODE_NONE: abort(); // impossible
case NODE_NETWORK: return "NETWORK";
case NODE_GETUTXO: return "GETUTXO";
case NODE_BLOOM: return "BLOOM";
case NODE_WITNESS: return "WITNESS";
case NODE_COMPACT_FILTERS: return "COMPACT_FILTERS";