Skip to content

Commit

Permalink
Merge remote-tracking branch 'ExperiBass/bip-324-flag'
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Nov 13, 2023
2 parents 17594a1 + ab13df6 commit 16a8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/peers.pug
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ block content
td
if (item.servicesnames)
- var serviceItems = item.servicesnames;
- var abbreviations = {"NETWORK":"NET", "NETWORK_LIMITED":"NET_LIM", "WITNESS":"WIT", "BLOOM":"BLM"};
- var abbreviations = {"NETWORK":"NET", "NETWORK_LIMITED":"NET_LIM", "WITNESS":"WIT", "BLOOM":"BLM", "P2P_V2":"P2P_V2"};

each itemAbbr, itemName in abbreviations
if (item.servicesnames.includes(itemName))
Expand Down

0 comments on commit 16a8581

Please sign in to comment.