btcsuite / btcwallet

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

chain: add mempool lookup for outpoints #910

Closed yyforyongyu closed 7 months ago

yyforyongyu commented 7 months ago

This PR adds a new method LookupInputMempoolSpend to directly check whether a given input has been spent or not in the mempool.

saubyk commented 7 months ago

cc: @guggero @Crypt-iQ for review please

Roasbeef commented 7 months ago

Can be rebased with the btcd version merged!