BIP39 icon indicating copy to clipboard operation
BIP39 copied to clipboard

calculateSeed should take CharSequence

Open westonal opened this issue 6 years ago • 0 comments

 public byte[] calculateSeed(String mnemonic, String passphrase) {

This should be able to take CharSequence but the normalizer is insisting we have String input.

westonal avatar Oct 09 '17 20:10 westonal