SFT-6378: removed more branching from mnemonic decode process
This commit tweaks the code that converts a user's BIP39 recovery phrase (mnemonic words) into secret bits inside a hardware wallet. The change removes an 'if' branch during word copying so the loop always writes to the same positions, reg…
d0edb18aby Matt Gleason+13−71 file