lbcwallet/wallet
Josh Rickmar e64d948093 Synchronize locking/unlocking of all keystores.
This change fixes the asynchronous deferred locking that used to be
performed after some timeout after a call to walletpassphrase by
managing the locked state of each account in a new account manager
goroutine.  The timeouts for new unlock requests replace any running
timeouts for older requests, rather than allowing previous timeouts to
expire before the most recent one.

Fixes #105.
2014-07-01 10:09:50 -05:00
..
wallet.go Synchronize locking/unlocking of all keystores. 2014-07-01 10:09:50 -05:00
wallet_test.go Use t.Errorf for test formatting directives. 2014-05-30 15:34:39 -05:00