mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-07-05 04:02:31 +00:00
fix: remove error from valid check (#456)
This commit is contained in:
parent
2a5b7c49c8
commit
0b17e93e9c
@ -256,7 +256,7 @@ func IsLegitMachineAddress(address string) (active bool, err error) {
|
||||
|
||||
// Check the status code
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
log.Print("[app] [Monitor] Error: unexpected status code: " + string(body))
|
||||
log.Print("[app] [Monitor] unexpected status code: " + string(body))
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user