Skip to content

Commit

Permalink
Merge pull request #111 from chris-ricketts/patch-1
Browse files Browse the repository at this point in the history
fix(docs): RegisteredQuery::submit_timeout field description
  • Loading branch information
pr0n00gler authored Oct 10, 2023
2 parents 08821a1 + 5fd556a commit 3aab843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub struct RegisteredQuery {
/// Amount of coins deposited for the query.
#[serde(default)]
pub deposit: Vec<Coin>,
/// The remote chain last block height when the query result was updated.
/// Timeout before query becomes available for everybody to remove.
#[serde(default)]
pub submit_timeout: u64,
/// The local chain height when the query was registered.
Expand Down

0 comments on commit 3aab843

Please sign in to comment.