3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 23:32:16 +00:00

Typo fix in ECKey

This commit is contained in:
Mike Hearn 2013-06-18 13:56:16 +02:00
parent 354446dd40
commit 215a131f8b

View File

@ -417,7 +417,7 @@ public class ECKey implements Serializable {
}
/**
* <p>xVerifies the given ECDSA signature against the message bytes using the public key bytes.</p>
* <p>Verifies the given ECDSA signature against the message bytes using the public key bytes.</p>
*
* <p>When using native ECDSA verification, data must be 32 bytes, and no element may be
* larger than 520 bytes.</p>