planetdecred / dcrios

Decred Mobile Wallet for IOS
ISC License
25 stars 27 forks source link

Prevent double import of wallet using seed. #904

Closed dreacot closed 2 years ago

dreacot commented 2 years ago

From https://github.com/planetdecred/dcrandroid/issues/627

Currently, it is possible to import the same wallet multiple times using the wallet seed. dcrlibwallet has been updated to prevent double import of same wallet using seed. Update dcrandroid to incorporate this changes.