refactor: Remove nostr last checked methods from database trait and implementations

This commit is contained in:
thesimplekid (aider)
2025-03-09 22:53:19 +00:00
committed by thesimplekid
parent 214b75ac31
commit cb87fefacd
6 changed files with 66 additions and 121 deletions

View File

@@ -17,6 +17,7 @@ use tracing::Level;
use tracing_subscriber::EnvFilter;
use url::Url;
mod nostr_storage;
mod sub_commands;
const DEFAULT_WORK_DIR: &str = ".cdk-cli";
@@ -188,6 +189,7 @@ async fn main() -> Result<()> {
localstore,
&mnemonic.to_seed_normalized(""),
sub_command_args,
&work_dir,
)
.await
}