mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #1063 from starius/instantout-fix-log
reservation: fix log line
This commit is contained in:
commit
1f1f668c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ func (f *FSM) SubscribeToConfirmationAction(ctx context.Context,
|
|||
return f.HandleError(err)
|
||||
|
||||
case confInfo := <-confChan:
|
||||
f.Debugf("confirmed in tx: %v", confInfo.Tx)
|
||||
f.Debugf("confirmed in txid: %v", confInfo.Tx.TxHash())
|
||||
outpoint, err := f.reservation.findReservationOutput(
|
||||
confInfo.Tx,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue