chancloser: remove error returned from unregisterChannel
This commit is contained in:
parent
11f02de3b3
commit
ad68009ec5
@ -73,7 +73,7 @@ type chanCloseCfg struct {
|
|||||||
// unregisterChannel is a function closure that allows the
|
// unregisterChannel is a function closure that allows the
|
||||||
// channelCloser to re-register a channel. Once this has been done, no
|
// channelCloser to re-register a channel. Once this has been done, no
|
||||||
// further HTLC's should be routed through the channel.
|
// 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 broadcasts the passed transaction to the network.
|
||||||
broadcastTx func(*wire.MsgTx) error
|
broadcastTx func(*wire.MsgTx) error
|
||||||
|
Loading…
Reference in New Issue
Block a user