Skip to content

Commit

Permalink
Merge pull request #2355 from bitshares/wallet-skip-key-normalization
Browse files Browse the repository at this point in the history
Skip normalizing brain key when deriving keys
  • Loading branch information
abitmore authored Feb 13, 2021
2 parents f0efdfc + 4b5b320 commit 45539b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ namespace graphene { namespace wallet {

// Create as many derived owner keys as requested
vector<brain_key_info> results;
brain_key = graphene::wallet::detail::normalize_brain_key(brain_key);
for (int i = 0; i < number_of_desired_keys; ++i) {
fc::ecc::private_key priv_key = graphene::wallet::detail::derive_private_key( brain_key, i );

Expand Down

0 comments on commit 45539b0

Please sign in to comment.