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 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
4136type DepositManager interface {
You can’t perform that action at this time.
0 commit comments