Skip to content

Commit

Permalink
fix: spot
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Jan 23, 2024
1 parent de115c6 commit d3595ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitoring/on_off_deviation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub async fn raw_on_off_price_deviation(

let decimals =
config
.decimals(DataType::Future)
.decimals(DataType::Spot)
.get(pair_id)
.ok_or(MonitoringError::OnChain(format!(
"Failed to get decimals for pair {:?}",
Expand Down

0 comments on commit d3595ca

Please sign in to comment.