adding wallet by private key doesn't check to see if the public address is already part of one of the other wallets #111
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#111
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
now i have the same address twice, in different wallets - one in a mnemonic one, and one added by key.
shoud probably do the same thing with the xprv - make sure someone's not adding the xprv that corresponds to a mnemonic phrase already in use. you'd need to convert to xpub and compare it against the other xpubs.
xprv import already does this check, it looks like.