lbcwallet/wallet
Josh Rickmar 82f2067ac4 Remove unnecessary mutex around wallet secret.
The wallet package was using a sync.Mutex around the saved decryption
key (kept in memory for an unlocked wallet).  As the wallet package is
designed to use no internal locking, and correct synchronization is
provided by the importers of the package, this mutex has been removed.
2014-01-17 09:35:52 -05:00
..
wallet.go Remove unnecessary mutex around wallet secret. 2014-01-17 09:35:52 -05:00
wallet_test.go Generate new addresses from pubkeys if keypool is depleted. 2014-01-16 19:37:34 -05:00