mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
funding: fix format directive in logging statement
This commit is contained in:
@ -1347,7 +1347,7 @@ func (f *fundingManager) handleFundingSigned(fmsg *fundingSignedMsg) {
|
|||||||
// watch for any on-chin actions before the channel has fully
|
// watch for any on-chin actions before the channel has fully
|
||||||
// confirmed.
|
// confirmed.
|
||||||
if err := f.cfg.WatchNewChannel(completeChan); err != nil {
|
if err := f.cfg.WatchNewChannel(completeChan); err != nil {
|
||||||
fndgLog.Error("Unable to send new ChannelPoint(%v) for "+
|
fndgLog.Errorf("Unable to send new ChannelPoint(%v) for "+
|
||||||
"arbitration", fundingPoint)
|
"arbitration", fundingPoint)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user