btcsuite / btcwallet

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

chain: use `GetRawTransactionLazy` in mempool poller #886

Closed yyforyongyu closed 1 year ago

yyforyongyu commented 1 year ago

Depends on https://github.com/btcsuite/btcd/pull/2027

We de-prioritize the RPC calls in mempool in case it blocks bitcoind's rpc workers.

yyforyongyu commented 1 year ago

Closed due comments.