Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: d44d253dffa14636eba935340892c765946662fa
https://github.com/conformal/btcd/commit/d44d253dffa14636eba935340892c765946662fa
Author: Dave Collins <[email protected]>
Date: 2013-10-20 (Sun, 20 Oct 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Make quit channel with RPC server.
The latest websockets code added a quit channel to the RPC server, but did
not initialize it. This commit corrects that so shutdown works properly
again.