lbcwallet/chain
Wilmer Paulino d179c276b4
chain/rpc: remove unnecessary ping keep alive
In this commit, we remove the keep-alive logic within the handler of the
RPCClient struct as this logic already exists within the backing
rpclient.Client instance. In this case, we'd completely stop the
connection after the ping timeout (1 min), which would render the
reconnection logic within rpcclient.Client useless.
2018-08-27 17:25:16 -07:00
..
bitcoind_client.go chain: improve error when filtering blocks and transactions 2018-08-15 17:37:04 -07:00
bitcoind_conn.go chain: ensure eventType from ZMQ response is human-readable 2018-08-15 18:17:29 -07:00
block_filterer.go chain: update block filterer to map outpoints to addrs 2018-07-16 19:47:17 -07:00
block_filterer_test.go chain: update block filterer unit tests 2018-07-16 19:47:17 -07:00
interface.go chain: update watched/found outpoints to map to addrs 2018-07-16 19:47:17 -07:00
log.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
neutrino.go chain: update neutrino client due to recent API changes 2018-08-22 20:20:31 -07:00
queue.go chain: add concurrent unbounded queue implementation 2018-07-26 16:38:54 -07:00
rpc.go chain/rpc: remove unnecessary ping keep alive 2018-08-27 17:25:16 -07:00