Skip to content

Commit cd69aae

Browse files
Apply changes related to 46 RP at tiny-bip39
1 parent faec3c9 commit cd69aae

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crypto-utils-evm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ publish = false
88
ignored = ["tiny-bip39"]
99

1010
[dependencies]
11-
anyhow = { workspace = true }
1211
bip32 = { workspace = true, features = ["default"] }
1312
libsecp256k1 = { workspace = true }
1413
sha3 = { workspace = true, features = ["default"] }

crates/crypto-utils-evm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub enum FromMnemonicBip44Error {
4242
pub enum FromPhraseBip44 {
4343
/// Mnemonic parsing failed.
4444
#[error("mnemonic: {0}")]
45-
Mnemonic(anyhow::Error),
45+
Mnemonic(bip39::ErrorKind),
4646
/// Inner [`KeyData::from_mnemonic_bip44`] call failed.
4747
#[error(transparent)]
4848
FromMnemonicBip44(FromMnemonicBip44Error),

0 commit comments

Comments
 (0)