lbcwallet/chain
Wilmer Paulino 0efe836773
chain: avoid using defer for BitcoindClient onRescanFinished notification
Since defer will copy the function with the parameters evaluated at its
invocation, the RescanFinished notification would be dispatched with the
incorrect block. To fix this, we'll just send the notification at the
end ourselves manually.
2019-05-11 13:06:25 -07:00
..
bitcoind_client.go chain: avoid using defer for BitcoindClient onRescanFinished notification 2019-05-11 13:06:25 -07:00
bitcoind_conn.go chain: allow setting the client's birthday after creation 2018-09-12 14:24:30 -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: fix Fatalf format verb error 2019-05-11 13:05: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: prevent panic if onBlockConnected is called before onFilteredBlockConnected 2019-04-19 12:27:33 -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