mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 09:34:13 +02:00
lnwallet: expose optional account filter for several WalletController methods
This commit is contained in:
@@ -119,7 +119,7 @@ func newMockUtxoSource(utxos []*lnwallet.Utxo) *mockUtxoSource {
|
||||
}
|
||||
}
|
||||
|
||||
func (m *mockUtxoSource) ListUnspentWitness(minConfs int32,
|
||||
func (m *mockUtxoSource) ListUnspentWitnessFromDefaultAccount(minConfs int32,
|
||||
maxConfs int32) ([]*lnwallet.Utxo, error) {
|
||||
|
||||
return m.outputs, nil
|
||||
|
Reference in New Issue
Block a user