mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge 42ed7f51fa into merged_master (Bitcoin PR #20606)
This commit is contained in:
commit
a9503e8d53
3 changed files with 0 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue