lnwallet: remove unused variable zeroHash

This commit is contained in:
yyforyongyu 2021-05-06 19:52:14 +08:00
parent 1abc5f8b00
commit 21626fed7c
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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.