mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 15:10:18 +01:00
Improved comment.
This commit is contained in:
parent
e86ce7f268
commit
a0f32ab0d2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
public List<String> toMnemonic(byte[] entropy) throws MnemonicLengthException {
|
||||||
if (entropy.length % 4 > 0)
|
if (entropy.length % 4 > 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue