lbcwallet/wallet
Josh Rickmar 54355f16e7 Return meaningful errors for locked wallets.
This change adds a check for a valid (32-byte length) secret before
attempting to encrypt or decrypt any addresses.  If the check fails, a
meaningful error (ErrWalletLocked) is returned to the caller, rather
than an error out of the aes package.
2014-01-17 10:29:44 -05:00
..
wallet.go Return meaningful errors for locked wallets. 2014-01-17 10:29:44 -05:00
wallet_test.go Generate new addresses from pubkeys if keypool is depleted. 2014-01-16 19:37:34 -05:00