Improved comment.

This commit is contained in:
Ken Sedgwick 2013-12-07 14:21:52 -08:00 committed by Mike Hearn
parent e86ce7f268
commit a0f32ab0d2

View file

@ -109,7 +109,7 @@ public class MnemonicCode {
}
/**
* Convert arbitrary data to mnemonic word list.
* Convert entropy data to mnemonic word list.
*/
public List<String> toMnemonic(byte[] entropy) throws MnemonicLengthException {
if (entropy.length % 4 > 0)