Push down forget me to client configs

This commit is contained in:
durch
2025-02-06 13:15:58 +01:00
parent 68a192daa3
commit a8e268f84a
27 changed files with 714 additions and 155 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use anyhow::Result;
use clap::Parser;
use log::{error, info, warn};
use nym_bin_common::bin_info;
use nym_client_core::ForgetMe;
use nym_client_core::config::ForgetMe;
use nym_crypto::asymmetric::ed25519::PrivateKey;
use nym_network_defaults::setup_env;
use nym_network_defaults::var_names::NYM_API;