Skip to content

Commit 141d68c

Browse files
committed
Promote Signer services::cardano_transactions_importer mod to a directory
And move existing code to a `service.rs` mod to avoid putting everything in the `mod.rs`. This is a ground work to move all importers to this directory
1 parent 556acef commit 141d68c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mod service;
2+
3+
pub use service::*;
File renamed without changes.

0 commit comments

Comments
 (0)