Skip to content

Commit 8766869

Browse files
committed
wallet: use OutputsToWatch during startup
1 parent 5b48142 commit 8766869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/wallet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ func (w *Wallet) activeData(dbtx walletdb.ReadWriteTx) ([]btcutil.Address, []wtx
382382
return nil, nil, err
383383
}
384384

385-
unspent, err := w.TxStore.UnspentOutputs(txmgrNs)
385+
unspent, err := w.TxStore.OutputsToWatch(txmgrNs)
386386
return addrs, unspent, err
387387
}
388388

0 commit comments

Comments
 (0)