btcsuite / btcwallet

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

chain: add `TestMempoolAccept` to chain interface #899

Closed yyforyongyu closed 10 months ago

yyforyongyu commented 11 months ago

TestMempoolAccept is now added to chain interface so it can be accessed via chain io in lnd.

saubyk commented 10 months ago

cc: @ellemouton for review