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.
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.
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.
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.