mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: finalize rename from uncharge to loop out
This commit is contained in:
parent
e299dc696c
commit
94f347e673
26 changed files with 656 additions and 572 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/lightninglabs/loop/lndclient"
|
||||
"github.com/lightninglabs/loop/utils"
|
||||
"github.com/lightninglabs/loop/swap"
|
||||
"github.com/lightningnetwork/lnd/input"
|
||||
"github.com/lightningnetwork/lnd/keychain"
|
||||
)
|
||||
|
|
@ -22,7 +22,7 @@ type Sweeper struct {
|
|||
// CreateSweepTx creates an htlc sweep tx.
|
||||
func (s *Sweeper) CreateSweepTx(
|
||||
globalCtx context.Context, height int32,
|
||||
htlc *utils.Htlc, htlcOutpoint wire.OutPoint,
|
||||
htlc *swap.Htlc, htlcOutpoint wire.OutPoint,
|
||||
keyBytes [33]byte,
|
||||
witnessFunc func(sig []byte) (wire.TxWitness, error),
|
||||
amount, fee btcutil.Amount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue