mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-23 14:06:56 +01:00
refactor: Remove nostr last checked methods from database trait and implementations
This commit is contained in:
committed by
thesimplekid
parent
214b75ac31
commit
cb87fefacd
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user