cosmostation / keystation

🔑 Keystation - decentralized keychain-bassed authenticator enables browsing blockchains built with Cosmos SDK
https://keystation.cosmostation.io/
124 stars 57 forks source link

The address of the Cosmostation web is different from the address of the Cosmostation app. #3

Closed Booyoun-Kim closed 4 years ago

Booyoun-Kim commented 4 years ago

Describe the bug The address of the Cosmostation web is different from the address of the Cosmostation app.

Booyoun-Kim commented 4 years ago

If user inputs spaces before and after mnemonic phrase create address differently. Users who already have this bug need to reset their existing keystore data.

I added $.trim() code on 103 Lines. https://github.com/cosmostation/keystation/blob/master/www/js/pin.js#L103