Skip to content

Commit

Permalink
Change use order
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Feb 20, 2025
1 parent 29bca0d commit 23ff974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pindexer/src/dex_ex/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use cometindex::{
index::{BlockEvents, EventBatch},
AppView, PgTransaction,
};
use hex;
use penumbra_sdk_asset::asset;
use penumbra_sdk_dex::{
event::{
Expand All @@ -24,7 +25,6 @@ use penumbra_sdk_sct::event::EventBlockRoot;
use sqlx::types::BigDecimal;
use sqlx::{prelude::Type, Row};
use std::collections::{BTreeMap, HashMap, HashSet};
use hex;

type DateTime = sqlx::types::chrono::DateTime<sqlx::types::chrono::Utc>;

Expand Down

0 comments on commit 23ff974

Please sign in to comment.