Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 9d6dd6fa6b7d8f52087bee8c9468245cacbffab9
https://github.com/conformal/btcd/commit/9d6dd6fa6b7d8f52087bee8c9468245cacbffab9
Author: Dave Collins <[email protected]>
Date: 2014-03-20 (Thu, 20 Mar 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Don't fail RPC server create due to single iface.
Rather than returning an error when creating the RPC server an it can't
listen on any of the specified interfaces, only error when it can't listen
on all of the specified interfaces.