File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 8
8
"github.com/lightninglabs/loop/staticaddr/address"
9
9
"github.com/lightninglabs/loop/staticaddr/deposit"
10
10
"github.com/lightninglabs/loop/staticaddr/script"
11
- "github.com/lightningnetwork/lnd/lnwallet"
12
11
)
13
12
14
13
// Store is the database interface that is used to store and retrieve
@@ -32,10 +31,6 @@ type AddressManager interface {
32
31
// GetStaticAddress returns the deposit address for the given
33
32
// client and server public keys.
34
33
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 )
39
34
}
40
35
41
36
type DepositManager interface {
You can’t perform that action at this time.
0 commit comments