mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
funding: fix format directive in logging statement
This commit is contained in:
parent
bf6001074c
commit
bde3828208
1 changed files with 1 additions and 1 deletions
|
@ -1347,7 +1347,7 @@ func (f *fundingManager) handleFundingSigned(fmsg *fundingSignedMsg) {
|
|||
// watch for any on-chin actions before the channel has fully
|
||||
// confirmed.
|
||||
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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue