Skip to content

Commit

Permalink
database: Move rest of the functions to operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Jan 29, 2025
1 parent 6e9727c commit cec608b
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 374 deletions.
372 changes: 0 additions & 372 deletions core/src/database/common.rs

This file was deleted.

1 change: 0 additions & 1 deletion core/src/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use crate::{config::BridgeConfig, errors::BridgeError};
use sqlx::{Pool, Postgres};

mod common;
mod header_chain_prover;
mod operator;
mod verifier;
Expand Down
Loading

0 comments on commit cec608b

Please sign in to comment.