Skip to content

Commit

Permalink
paused as option
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Jun 3, 2024
1 parent 53181bd commit bbd96ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/dex/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub struct MultiHopRoute {
#[serde(rename_all = "snake_case")]
pub struct Params {
pub fee_tiers: Vec<u64>,
pub paused: bool,
pub paused: Option<bool>,
pub max_jits_per_block: u64,
pub good_til_purge_allowance: u64,
}
Expand Down

0 comments on commit bbd96ec

Please sign in to comment.