btcsuite / btcwallet

A secure bitcoin wallet daemon written in Go (golang)
ISC License
1.15k stars 590 forks source link

chain: remove warning log for mempool polling #876

Closed yyforyongyu closed 1 year ago

yyforyongyu commented 1 year ago

Depends on #872, only the last commit is new. We now remove the warning log when querying mempool transactions as it's expected that some of them are not found.