mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 19:41:21 +02:00
contractcourt+brontide: fix typo and inaccurate logging
This commit is contained in:
@@ -3075,9 +3075,8 @@ func WaitForChanToClose(bestHeight uint32, notifier chainntnfs.ChainNotifier,
|
||||
errChan chan error, chanPoint *wire.OutPoint,
|
||||
closingTxID *chainhash.Hash, closeScript []byte, cb func()) {
|
||||
|
||||
peerLog.Infof("Waiting for confirmation of cooperative close of "+
|
||||
"ChannelPoint(%v) with txid: %v", chanPoint,
|
||||
closingTxID)
|
||||
peerLog.Infof("Waiting for confirmation of close of ChannelPoint(%v) "+
|
||||
"with txid: %v", chanPoint, closingTxID)
|
||||
|
||||
// TODO(roasbeef): add param for num needed confs
|
||||
confNtfn, err := notifier.RegisterConfirmationsNtfn(
|
||||
|
Reference in New Issue
Block a user