Skip to content

Commit

Permalink
[TRIVIAL] Remove dto::notification (#115)
Browse files Browse the repository at this point in the history
The struct is outdated and not used in this repo.
  • Loading branch information
squadgazzz authored Feb 27, 2025
1 parent f7c1ad6 commit 95c8c92
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion src/domain/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod chain;

pub use {
self::chain::ChainId,
ethereum_types::{H160, H256, U256},
ethereum_types::{H160, U256},
};

/// A contract address.
Expand Down
1 change: 0 additions & 1 deletion src/domain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pub mod auction;
pub mod dex;
pub mod eth;
pub mod liquidity;
pub mod notification;
pub mod order;
pub mod solution;
pub mod solver;
59 changes: 0 additions & 59 deletions src/domain/notification.rs

This file was deleted.

0 comments on commit 95c8c92

Please # to comment.