peer+funding: remove unneeded channel handoff code with the breach arbiter

We no longer need to hand off new channels that come online as the
chainWatcher will be persistent, and always have an active signal for
the entire lifetime of the channel.
This commit is contained in:
Olaoluwa Osuntokun
2018-01-18 14:07:56 -08:00
parent a0cc1d1b2d
commit 69e6ec9954
5 changed files with 9 additions and 56 deletions

View File

@@ -1019,7 +1019,7 @@ func (d *AuthenticatedGossiper) retransmitStaleChannels() error {
// existence.
if info.AuthProof == nil {
log.Debugf("Skipping retransmission of channel "+
"without AuthProof: %v", info)
"without AuthProof: %v", info.ChannelID)
return nil
}