Closed yyforyongyu closed 1 year ago
There's a race found in lnd side re multiple goroutines accessing the RescanProgress, details in this PR.
lnd
RescanProgress
It also fixes the case where bitcoind is still loading blocks, causing the NewBitcoindConn to return an error.
bitcoind
NewBitcoindConn
There's a race found in
lnd
side re multiple goroutines accessing theRescanProgress
, details in this PR.It also fixes the case where
bitcoind
is still loading blocks, causing theNewBitcoindConn
to return an error.