Post
Topic
Board Electrum
Merits 4 from 2 users
Re: Question about bip32 seed
by
BlackHatCoiner
on 11/07/2021, 15:33:57 UTC
⭐ Merited by Pmalek (2) ,ranochigo (2)
Change this line to the following:
Code:
return h == true;
Are you sure that this is correct? Have you tried it?

If you want to ignore the checksum it should always return true, so it should be:
Code:
return true;

In your message, it'll most likely return false if not an error. Judging from the source code, h is a string variable, not a boolean.