lnd.xprv/lnwallet/btcwallet
Conner Fromknecht c17b695128
lnwallet/btcwallet/blockchain: properly handle nil spend report
This commit adds an additional check in GetUtxo that
tests for the nil-ness of the spend report returned by
the neutrino backend. Previously, a nil error and
spend report could be returned if the rescan did not
find the output at or above the start height. This
was observed to have cause a nil pointer dereference
when the returning line attempted to access the output.
This case is now handled by returning a distinct error
signaling that the output was not found.
2018-01-09 18:14:25 -08:00
..
blockchain.go lnwallet/btcwallet/blockchain: properly handle nil spend report 2018-01-09 18:14:25 -08:00
btcwallet.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00
config.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00
driver.go multi: switch from btcrpcclient to rpcclient 2017-08-24 18:54:24 -07:00
signer.go lnallet: remove a TODO from signer.go 2017-11-27 20:09:05 -08:00