mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
discovery: fix linter warning
This commit is contained in:
@@ -312,7 +312,7 @@ func fallBackSRVLookup(soaShim string) ([]*net.SRV, error) {
|
||||
// If the message response code was not the success code, fail.
|
||||
if resp.Rcode != dns.RcodeSuccess {
|
||||
return nil, fmt.Errorf("Unsuccessful SRV request, "+
|
||||
"received: %s", resp.Rcode)
|
||||
"received: %v", resp.Rcode)
|
||||
}
|
||||
|
||||
// Retrieve the RR(s) of the Answer section, and covert to the format
|
||||
|
Reference in New Issue
Block a user