Skip to content

Commit cc5113d

Browse files
committed
staticaddr: remove an unused interface method
1 parent e145963 commit cc5113d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

staticaddr/withdraw/interface.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/lightninglabs/loop/staticaddr/address"
99
"github.com/lightninglabs/loop/staticaddr/deposit"
1010
"github.com/lightninglabs/loop/staticaddr/script"
11-
"github.com/lightningnetwork/lnd/lnwallet"
1211
)
1312

1413
// Store is the database interface that is used to store and retrieve
@@ -32,10 +31,6 @@ type AddressManager interface {
3231
// GetStaticAddress returns the deposit address for the given
3332
// client and server public keys.
3433
GetStaticAddress(ctx context.Context) (*script.StaticAddress, error)
35-
36-
// ListUnspent returns a list of utxos at the static address.
37-
ListUnspent(ctx context.Context, minConfs,
38-
maxConfs int32) ([]*lnwallet.Utxo, error)
3934
}
4035

4136
type DepositManager interface {

0 commit comments

Comments
 (0)