Skip to content

Commit

Permalink
GH-728: add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed Oct 30, 2023
1 parent 8204b01 commit 5aa8f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/node_configurator/configurator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl Handler<BindMessage> for Configurator {
.configuration_change_msg_sub
.clone(),
);
// TODO: Find a better way to store subs instead of using HashMap
self.update_password_subs = Some(hashmap!(
"neighborhood".to_string() => msg.peer_actors.neighborhood.configuration_change_msg_sub,
"configurator".to_string() => msg.peer_actors.configurator.configuration_change_msg_sub,
Expand Down

0 comments on commit 5aa8f0c

Please sign in to comment.