Skip to content

Commit

Permalink
refactor: remove unused Distance type (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev authored Feb 9, 2025
1 parent 43a1bfc commit 4a56db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ethportal-api/src/types/portal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ pub type RawContentKey = Bytes;
pub type RawContentValue = Bytes;

pub type DataRadius = U256;
pub type Distance = U256;

/// Response for Ping endpoint
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit 4a56db1

Please sign in to comment.