Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
@@ -28,7 +28,7 @@ use std::{
path::PathBuf,
};
/// Common arguments accross all generate key commands, subkey and node.
/// Common arguments accross all generate key commands, pez_subkey and node.
#[derive(Debug, Args, Clone)]
pub struct GenerateKeyCmdCommon {
/// Name of file to save secret key to.
@@ -16,6 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! Integration tests for subkey commands.
//! Integration tests for pez_subkey commands.
mod sig_verify;