Skip to content

Commit

Permalink
GH-469: message rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Syther007 committed Sep 24, 2024
1 parent 25a4073 commit 8cfbe9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masq_lib/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,13 +644,13 @@ pub struct NodeInfo {
}
#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
pub struct UiCollectNeighborhoodInfoRequest {}
conversation_message!(UiCollectNeighborhoodInfoRequest, "countryCodes");
conversation_message!(UiCollectNeighborhoodInfoRequest, "neighborhoodInfo");

#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
pub struct UiCollectNeighborhoodInfoResponse {
pub neighborhood_database: HashMap<String, NodeInfo>,
}
conversation_message!(UiCollectNeighborhoodInfoResponse, "countryCodes");
conversation_message!(UiCollectNeighborhoodInfoResponse, "neighborhoodInfo");


///////////+------------------ GH-469
Expand Down

0 comments on commit 8cfbe9f

Please sign in to comment.