Previously each import method (mnemonic, private key, xprv) only checked for duplicates among wallets of the same type. A private key import would not detect that the address already existed in an HD wallet, and vice versa.
Now all three import paths check the derived address against ALL existing wallet addresses regardless of type. Mnemonic and xprv imports also compare xpubs against existing HD/xprv wallets to catch the case where the same master key is imported via different methods.
Previously each import method (mnemonic, private key, xprv) only checked for duplicates among wallets of the same type. A private key import would not detect that the address already existed in an HD wallet, and vice versa.
Now all three import paths check the derived address against ALL existing wallet addresses regardless of type. Mnemonic and xprv imports also compare xpubs against existing HD/xprv wallets to catch the case where the same master key is imported via different methods.
Closes #111
Previously each import method (mnemonic, private key, xprv) only checked
for duplicates among wallets of the same type. Now all three check the
derived address against ALL existing wallet addresses regardless of type,
and mnemonic/xprv imports also compare xpubs against existing HD/xprv
wallets.
Closes#111
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Previously each import method (mnemonic, private key, xprv) only checked for duplicates among wallets of the same type. A private key import would not detect that the address already existed in an HD wallet, and vice versa.
Now all three import paths check the derived address against ALL existing wallet addresses regardless of type. Mnemonic and xprv imports also compare xpubs against existing HD/xprv wallets to catch the case where the same master key is imported via different methods.
Closes #111
Closing as duplicate of #115 which already addresses issue #111.
Pull request closed