Skip to content

Commit aaf50a6

Browse files
authored
Merge branch 'main' into feature/ci-actions-cleanup
2 parents c388ece + 2ab3533 commit aaf50a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chain-wallet-libs/hdkeygen/src/rindex/hdpayload.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,10 @@ impl HdKey {
191191
#[cfg(test)]
192192
mod tests {
193193
use super::*;
194-
use bip39::SEED_SIZE;
195194
use ed25519_bip32::XPrv;
196195

196+
const SEED_SIZE: usize = 64;
197+
197198
fn generate_from_daedalus_seed(bytes: &[u8]) -> XPrv {
198199
use cryptoxide::mac::Mac;
199200

0 commit comments

Comments
 (0)