Skip to content

Commit

Permalink
make proposals and proposals voters votes update helpers names uniformal
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Mar 15, 2024
1 parent 242e41d commit 87fac6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub fn new_register_gov_proposals_query_msg(
/// * **proposals_ids** is a list of proposals ids from remote chain.
/// * **new_update_period** is used to update period of how often the query must be updated.
/// * **new_update_period** is used to update list of transaction filters.
pub fn update_gov_proposal_query_msg(
pub fn new_update_gov_proposals_query_msg(
query_id: u64,
proposals_ids: Vec<u64>,
new_update_period: Option<u64>,
Expand Down Expand Up @@ -147,7 +147,7 @@ pub fn new_register_gov_proposals_voters_votes_query_msg(
/// * **voters** is a list of voter to get voting info from remote chain.
/// * **new_update_period** is used to update period of how often the query must be updated.
/// * **new_update_period** is used to update list of transaction filters.
pub fn update_gov_proposal_votes_query_msg(
pub fn new_update_gov_proposals_votes_query_msg(
query_id: u64,
proposals_ids: Vec<u64>,
voters: Vec<String>,
Expand Down

0 comments on commit 87fac6e

Please # to comment.