wallet: remove extraneous err check
This commit is contained in:
parent
255063b1b2
commit
dbb7ae6668
1 changed files with 0 additions and 3 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue