blockchain / unused-My-Wallet

Legacy Blockchain Web Wallet - current version is at https://github.com/blockchain/My-Wallet-V3-Frontend
205 stars 127 forks source link

Import Wallet Plaintext JSON not working #46

Closed moocowmoo closed 9 years ago

moocowmoo commented 11 years ago

Plaintext JSON import of new watch only addresses not working.

To reproduce:

1) "export unencrypted", copy JSON text 2) append ,{"addr":"1JwSSubhmg6iPtRjtyqhUYYH7bZg3Lfy1T", "label":"chbs"} to keys array 3) paste into "import wallet" textarea, submit

Expected result: new address in wallet and Active addresses list.

Actual result: no change in wallet. Verified by reloading and re-visiting step 1 above.

Verified to-be-imported JSON was syntactically correct using $.parseJSON() via chrome console.