Skip to content

Commit

Permalink
chore(primitives): Remove redundant address logic (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Aug 13, 2022
1 parent 2e95b7b commit bf2e8a7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 179 deletions.
63 changes: 0 additions & 63 deletions pallas-primitives/src/alonzo/address.rs

This file was deleted.

1 change: 0 additions & 1 deletion pallas-primitives/src/alonzo/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mod model;

pub mod address;
pub mod crypto;

#[cfg(feature = "json")]
Expand Down
57 changes: 0 additions & 57 deletions pallas-primitives/src/babbage/address.rs

This file was deleted.

1 change: 0 additions & 1 deletion pallas-primitives/src/babbage/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mod address;
mod crypto;
mod model;

Expand Down
56 changes: 0 additions & 56 deletions pallas-primitives/src/byron/address.rs

This file was deleted.

1 change: 0 additions & 1 deletion pallas-primitives/src/byron/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Ledger primitives and cbor codec for the Byron era
mod address;
mod crypto;
mod fees;
mod model;
Expand Down

0 comments on commit bf2e8a7

Please sign in to comment.