chancloser: remove error returned from unregisterChannel

This commit is contained in:
Conner Fromknecht 2018-07-18 14:26:33 -07:00
parent 11f02de3b3
commit ad68009ec5
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -73,7 +73,7 @@ type chanCloseCfg struct {
// unregisterChannel is a function closure that allows the
// channelCloser to re-register a channel. Once this has been done, no
// further HTLC's should be routed through the channel.
unregisterChannel func(lnwire.ChannelID) error
unregisterChannel func(lnwire.ChannelID)
// broadcastTx broadcasts the passed transaction to the network.
broadcastTx func(*wire.MsgTx) error