mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
reservation: fix log line
Previously the log was corrupted:
confirmed in tx: &{2 [0xc000e802a0] [0xc00087fb80 0xc00087fba0] 205}
This commit is contained in:
parent
1bdaff887c
commit
edbef4987a
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