mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
fixed linter issue
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
0c52156406
commit
72235a52f2
@ -35,7 +35,7 @@ func validatePublicKey(pubkey string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
//uncompressed key
|
// uncompressed key
|
||||||
if len(pubkeyBytes) == 64 {
|
if len(pubkeyBytes) == 64 {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user