swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

Fix the order in the word confirmation page #4

Closed filoozom closed 2 years ago

filoozom commented 2 years ago

In ConfirmWords, 4 words are asked to verify that the user wrote down their public key. Right now, they are asked in random order, for example "Words 12, 3, 8, 5". These should be asked in numerical order.