Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 30802fdd524cba2f7259c24917626744a2c8fa62
https://github.com/conformal/btcd/commit/30802fdd524cba2f7259c24917626744a2c8fa62
Author: Dave Collins <[email protected]>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Rename RPC handlers map to rpcHandlers.
The name handlers for a package level is a bit too generic and could
easily cause a name collision. Even though the compiler would catch it,
use something a bit more descriptive.