From 21626fed7ca58c06332d3fd1149dd34713a703a7 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 6 May 2021 19:52:14 +0800 Subject: [PATCH] lnwallet: remove unused variable zeroHash --- lnwallet/channel.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 94c01e94b..c19f58b45 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.