mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
lnwallet: remove unused variable zeroHash
This commit is contained in:
parent
1abc5f8b00
commit
21626fed7c
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ import (
|
||||||
"github.com/lightningnetwork/lnd/lnwire"
|
"github.com/lightningnetwork/lnd/lnwire"
|
||||||
)
|
)
|
||||||
|
|
||||||
var zeroHash chainhash.Hash
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// ErrChanClosing is returned when a caller attempts to close a channel
|
// ErrChanClosing is returned when a caller attempts to close a channel
|
||||||
// that has already been closed or is in the process of being closed.
|
// that has already been closed or is in the process of being closed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue