diff --git a/chain/bitcoind_client.go b/chain/bitcoind_client.go index c6edc88..d06e924 100644 --- a/chain/bitcoind_client.go +++ b/chain/bitcoind_client.go @@ -236,7 +236,7 @@ func (c *BitcoindClient) LoadTxFilter(reset bool, // If we reset, signal that. if reset { select { - case c.rescanUpdate <- reset: + case c.rescanUpdate <- struct{}{}: case <-c.quit: return nil }