Skip to content

Commit

Permalink
undo tui change
Browse files Browse the repository at this point in the history
  • Loading branch information
brady.ouren committed Sep 23, 2024
1 parent b8956bb commit 5f59d3f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions components/stacks-network/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@ pub fn send_status_update(
"stacks-node" => 1,
"stacks-signers" => 2,
"stacks-api" => 3,
"postgres" => 4,
"subnet-node" => 5,
"subnet-api" => 6,
"stacks-explorer" => subnet_services + 5,
"bitcoin-explorer" => subnet_services + 6,
"subnet-node" => 4,
"subnet-api" => 5,
"stacks-explorer" => subnet_services + 4,
"bitcoin-explorer" => subnet_services + 5,
_ => return,
};

Expand Down

0 comments on commit 5f59d3f

Please sign in to comment.