Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: d2e93f94275471596616cbe661565b97682953f3
https://github.com/btcsuite/btcwallet/commit/d2e93f94275471596616cbe661565b97682953f3
Author: Josh Rickmar <[email protected]>
Date: 2016-02-15 (Mon, 15 Feb 2016)
Changed paths:
M rpc/legacyrpc/methods.go
Log Message:
-----------
Make walletpassphrase with timeout=0 never lock the wallet.
This broke when the Unlock API changed to replace the timeout in
seconds with a time.Time channel.