Skip to content

Commit

Permalink
fix: okx connection error
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Sep 28, 2023
1 parent ddb695e commit f4a332c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions rust/apps/wallets/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/apps/wallets/src/okx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ fn generate_eth_ledger_live_key(
);
Ok(CryptoHDKey::new_extended_key(
Some(false),
xpub.public_key.serialize().to_vec(),
_target_key.public_key.serialize().to_vec(),
None,
None,
Some(key_path),
None,
Some(xpub.parent_fingerprint.to_bytes()),
Some(_target_key.parent_fingerprint.to_bytes()),
Some("Keystone".to_string()),
note,
))
Expand Down

0 comments on commit f4a332c

Please sign in to comment.