fixed linter issue

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2024-05-11 20:01:24 +02:00
parent 0c52156406
commit 72235a52f2
No known key found for this signature in database

View File

@ -35,7 +35,7 @@ func validatePublicKey(pubkey string) bool {
return false
}
//uncompressed key
// uncompressed key
if len(pubkeyBytes) == 64 {
return true
}