Skip to content

Commit

Permalink
Merge pull request #108 from neutron-org/chore/minor-doc
Browse files Browse the repository at this point in the history
chore: minor doc
  • Loading branch information
pr0n00gler authored Aug 28, 2023
2 parents ddfa9cd + 5ea5b9a commit 31af063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neutron-sdk/src/bindings/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl NeutronMsg {
/// - when the query enum is 'tx' then payload is the filters for transaction search ICQ,
/// maximum allowed number of filters is 32.
/// * **connection_id** is an IBC connection identifier between Neutron and remote chain;
/// * **update_period** is used to say how often the query must be updated.
/// * **update_period** is used to say how often (in neutron blocks) the query must be updated.
pub fn register_interchain_query(
query: QueryPayload,
connection_id: String,
Expand Down Expand Up @@ -256,7 +256,7 @@ impl NeutronMsg {
/// Basic helper to define a update interchain query message:
/// * **query_id** is ID of the query we want to update;
/// * **new_keys** is encoded keys to query;
/// * **new_update_period** is used to say how often the query must be updated.
/// * **new_update_period** is used to say how often (in neutron blocks) the query must be updated.
pub fn update_interchain_query(
query_id: u64,
new_keys: Option<Vec<KVKey>>,
Expand Down

0 comments on commit 31af063

Please sign in to comment.