mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr/withdraw: log PublishTransaction start
This commit is contained in:
parent
cc5113da0a
commit
3ed8c7a9fc
1 changed files with 4 additions and 1 deletions
|
|
@ -558,6 +558,9 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
|
|||
"withdrawal tx is nil")
|
||||
}
|
||||
|
||||
log.Debugf("Publishing deposit withdrawal with txid: %v ...",
|
||||
tx.TxHash())
|
||||
|
||||
txLabel := fmt.Sprintf("deposit-withdrawal-%v", tx.TxHash())
|
||||
|
||||
// Publish the withdrawal sweep transaction.
|
||||
|
|
@ -577,7 +580,7 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
|
|||
return false, nil
|
||||
}
|
||||
} else {
|
||||
log.Debugf("published deposit withdrawal with txid: %v",
|
||||
log.Debugf("Published deposit withdrawal with txid: %v",
|
||||
tx.TxHash())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue