Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 061a2203543a50c52c4df5b0bd5197d78fe16021
https://github.com/conformal/btcwallet/commit/061a2203543a50c52c4df5b0bd5197d78fe16021
Author: Josh Rickmar <[email protected]>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M account.go
M acctmgr.go
M cmd.go
M createtx.go
M rpcclient.go
M rpcserver.go
Log Message:
-----------
Move last seen block to RPC client structure.
Pass the RPC client to the notification handlers. Update the last
seen block for blockconnected notifications in the client structure
directly, protecting access with a mutex.