Skip to content

Commit

Permalink
chore: update package name and details
Browse files Browse the repository at this point in the history
  • Loading branch information
Parthipan-Natkunam committed Jan 19, 2025
1 parent 910a428 commit fa0f6fc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "bip44-eth-wallet-cli"
name = "wallet-keygen"
version = "0.1.0"
edition = "2021"
authors = ["Parthipan Natkunam"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use tiny_keccak::{Hasher, Keccak};
const ETH_COIN_TYPE: u32 = 60;

#[derive(Parser, Debug)]
#[command(version, about = "BIP44 Wallet Data Generator for Ethereum Network")]
#[command(version, about = "BIP44 Compatible Wallet Keys Generator for Ethereum Network")]
struct Args {
/// The mnemonic phrase (12 or 24 words)
#[arg(long)]
Expand Down

0 comments on commit fa0f6fc

Please sign in to comment.