Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Sep 4, 2024
1 parent 48fee40 commit bc42c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/infra/persistence/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use {
},
futures::{StreamExt, TryStreamExt},
itertools::Itertools,
number::conversions::{big_decimal_to_u256, u256_to_big_decimal},
number::conversions::{big_decimal_to_u256, u256_to_big_decimal, u256_to_big_uint},
primitive_types::{H160, H256},
shared::db_order_conversions::full_order_into_model_order,
std::{
Expand Down

0 comments on commit bc42c01

Please sign in to comment.