From dbb7ae6668ae581beb676525db1ab04326a83bb7 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 16 Jul 2018 19:07:49 -0700 Subject: [PATCH] wallet: remove extraneous err check --- wallet/rescan.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/wallet/rescan.go b/wallet/rescan.go index 8bea186..b2b2391 100644 --- a/wallet/rescan.go +++ b/wallet/rescan.go @@ -255,9 +255,6 @@ func (w *Wallet) Rescan(addrs []btcutil.Address, unspent []wtxmgr.Credit) error } outpoints[output.OutPoint] = outputAddrs[0] - if err != nil { - return err - } } job := &RescanJob{