mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
add P2P_V2 flag to servicename abbreviations
This commit is contained in:
parent
06697130d0
commit
ab13df6b53
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue