mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-24 16:54:29 +01:00
discovery: fix linter error
This commit is contained in:
@@ -62,7 +62,7 @@ func (d *AuthenticatedGossiper) validateNodeAnn(a *lnwire.NodeAnnouncement) erro
|
||||
// return an error so this node announcement can be rejected.
|
||||
dataHash := chainhash.DoubleHashB(data)
|
||||
if !a.Signature.Verify(dataHash, copyPubKey(a.NodeID)) {
|
||||
return errors.New("signature on node announcement is invalid!")
|
||||
return errors.New("signature on node announcement is invalid")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user