Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 515cbc69ce53027afd22b3fc0ab62f3abf731cd0
https://github.com/btcsuite/btcwallet/commit/515cbc69ce53027afd22b3fc0ab62f3abf731cd0
Author: Josh Rickmar <[email protected]>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M wallet/wallet.go
Log Message:
-----------
Always lock waddrmgr for every timeout or explicit request.
Use waddrmgr.IsError to avoid logging errors when trying to lock an
already locked wallet.
Fixes #349.