diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 94c01e94..c19f58b4 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -27,8 +27,6 @@ import ( "github.com/lightningnetwork/lnd/lnwire" ) -var zeroHash chainhash.Hash - var ( // ErrChanClosing is returned when a caller attempts to close a channel // that has already been closed or is in the process of being closed.