Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: d863c75be7fcb7cb16926cbf297dfddca1dc10fd
https://github.com/conformal/btcwallet/commit/d863c75be7fcb7cb16926cbf297dfddca1dc10fd
Author: Josh Rickmar <[email protected]>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M account.go
M acctmgr.go
M cmd.go
M rescan.go
M rpc.go
M rpcclient.go
M rpcserver.go
M sockets.go
Log Message:
-----------
Fix and simplify RPC server error handling.
This change rewrites much of the error handling for the RPC server
components to match a more idiomatic Go error handling style as well as
fix several issues regarding error equality checks.
Closes #94.