From 5ea5b9a10acf73bfaef20ca01389682cd0d9f3a9 Mon Sep 17 00:00:00 2001 From: Sergey Ratiashvili Date: Fri, 25 Aug 2023 10:38:11 +0200 Subject: [PATCH] chore: minor doc --- packages/neutron-sdk/src/bindings/msg.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/neutron-sdk/src/bindings/msg.rs b/packages/neutron-sdk/src/bindings/msg.rs index 91542e90..b102210e 100644 --- a/packages/neutron-sdk/src/bindings/msg.rs +++ b/packages/neutron-sdk/src/bindings/msg.rs @@ -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, @@ -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>,