Have the Tributary scanner DB be distinct from the cosign DB

Allows deleting the entire Tributary scanner DB upon retiry.
This commit is contained in:
Luke Parker
2025-01-10 02:22:58 -05:00
parent 2a3eaf4d7e
commit 091d485fd8
2 changed files with 58 additions and 41 deletions

View File

@@ -4,3 +4,4 @@ pub use transaction::Transaction;
mod db;
mod scan;
pub(crate) use scan::ScanTributaryTask;