Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 2a7d725a093c8d316ccee658f3d9514968821bae
https://github.com/conformal/btcd/commit/2a7d725a093c8d316ccee658f3d9514968821bae
Author: Dave Collins <[email protected]>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Move websocket endpoint to /ws.
This commit moves the connection endpoint for websockets to /ws instead of
/wallet. First, the former is more standard, and second the latter
presumes how the websocket is to be used.
Closes #80.