mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-13 07:37:22 +01:00
funding: properly display our 1-byte error code messages
This commit is contained in:
2
peer.go
2
peer.go
@@ -596,8 +596,6 @@ func newChanMsgStream(p *peer, cid lnwire.ChannelID) *msgStream {
|
||||
// to the other side, they immediately send a
|
||||
// channel update message, but we haven't yet
|
||||
// sent the channel to the channelManager.
|
||||
peerLog.Infof("waiting on chan open to deliver: %v",
|
||||
spew.Sdump(msg))
|
||||
p.server.fundingMgr.waitUntilChannelOpen(cid)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user