mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
lnwallet+sweep: add new method CheckMempoolAcceptance
This commit is contained in:
@ -294,6 +294,10 @@ func (w *mockWalletController) RemoveDescendants(*wire.MsgTx) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (w *mockWalletController) CheckMempoolAcceptance(tx *wire.MsgTx) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// mockChainNotifier is a mock implementation of the ChainNotifier interface.
|
||||
type mockChainNotifier struct {
|
||||
SpendChan chan *chainntnfs.SpendDetail
|
||||
|
Reference in New Issue
Block a user