Skip to content

Commit

Permalink
refactor: clr
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirovmm committed May 31, 2024
1 parent 3558bd5 commit 827c653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/processor/src/processors/ls_processor/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,13 @@ impl PoolResource {
.with_context(|| format!("coin_y_reserve value: {}", &self.coin_y_reserve.value))
}
}

#[derive(Debug, Deserialize)]
struct PoolResourceValue {
value: String,
}

#[derive(Default, Debug, Deserialize)]
#[derive(Debug, Deserialize)]
struct PoolCoinInfo {
decimals: i64,
}

0 comments on commit 827c653

Please sign in to comment.