Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 6801c0000a733d08222706c2fb60d817cd22da3f
      
https://github.com/btcsuite/btcd/commit/6801c0000a733d08222706c2fb60d817cd22da3f
  Author: Olaoluwa Osuntokun <laol...@gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M btcjson/chainsvrwscmds.go
    M btcjson/chainsvrwscmds_test.go
    M docs/json_rpc_api.md
    M rpcserverhelp.go
    M rpcwebsocket.go

  Log Message:
  -----------
  Fix #122 by allowing clients to cancel websockets notifications.

This commit adds 4 new websockets JSON-RPC methods for canceling
notifications:
  * stopnotifyspent
  * stopnotifyreceived
  * stopnotifyblocks
  * stopnotifynewtransactions


Reply via email to