BitcoinMafia / SpareCoinsExt

Bitcoin Wallet Chrome Extension
www.sparecoins.io
MIT License
34 stars 11 forks source link

User Auth testing and enforcing passwordDigest during tests #2

Closed sidazhang closed 10 years ago

sidazhang commented 10 years ago

@locksley, since we are now using passwordDigest for tests make sure that during tests you first sha256 the test password before passing it into functions like Wallet.generateAddress( ... )

scottlingran commented 10 years ago

Merged with command line, need to fix conflicts.