someone42 / hardware-bitcoin-wallet

A minimal Bitcoin wallet intended for embedded devices
BSD 2-Clause "Simplified" License
150 stars 44 forks source link

Check that setEncryptionKey() does not persist across failures #19

Open someone42 opened 11 years ago

someone42 commented 11 years ago

If a command which calls setEncryptionKey() fails, the new encryption key should be replaced with the old one.