Branch: refs/heads/master
  Home:   https://github.com/conformal/btcd
  Commit: d3e4bcdcf5b24b30806775829dc7dad1ceae4681
      
https://github.com/conformal/btcd/commit/d3e4bcdcf5b24b30806775829dc7dad1ceae4681
  Author: Josh Rickmar <[email protected]>
  Date:   2014-01-20 (Mon, 20 Jan 2014)

  Changed paths:
    M rpcwebsocket.go

  Log Message:
  -----------
  Fix sendrawtransaction for websockets.

This fixes two issues: first, the sendrawtransaction handler had an
extra character in the key in the websocket handler map, preventing
the handler from never running.  Second, a nil pointer dereference was
removed from the handler.

This change fixes the minedtx notifications for btcwallet, since the
websocket-handler now runs instead of falling back to the legacy RPC
handler.


Reply via email to