What's in YOUR wallet?

Next up, fix the wallet generation.
Let's first start with a fixed seed.
Wait, why can't I add a feature image? Oh duh it only does drag-drop.
Ok, fixed seed, right.

Mkay, let's use a fixed seed:
dry pledge home maple buffalo depart cigar mosquito alley faint cactus artwork river silent wrist interest movie wear (it's empty don't bother)

Ok, it's picking up that seed. I remember the static seeds look all f'd up for unknown reasons.
Pushes through to Generate wallet UUID
Stuff beyond that commented/checkmarks + suppressed the salt for now
Alright, now to In if(transaction_pin_used_param)ELSE
Now have to trace what is going on. Ah, this has to do with transaction PIN. Not needed.
Now why is it not getting to after if(transpin) ?
Aha, something with memcpy, for some reason was trying to

use memcpy with just a 0 where src is. Fixed. Not sure how it previously worked.
Aaaand we are through!

Ok, let's reformat the whole thing, write down the PINs and see if it can at least run the device PIN validation...
HOT DIGGITY
All the way through to PIN evaluation!
