mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-01 02:51:37 +02:00
lnwallet: add label transaction to WalletController interface
This commit is contained in:
7
mock.go
7
mock.go
@ -326,6 +326,13 @@ func (m *mockWalletController) PublishTransaction(tx *wire.MsgTx, _ string) erro
|
||||
m.publishedTransactions <- tx
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *mockWalletController) LabelTransaction(_ chainhash.Hash, _ string,
|
||||
_ bool) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (*mockWalletController) SubscribeTransactions() (lnwallet.TransactionSubscription, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user