You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Order of bit values (when fixing seedwords through Main Menu > Generate new key > click-a-word) should be changed.
Currently, when using the feature two lines are shown under the seed word list:
1 2 4 8 16 32
64 128 256 512 1024
It should be like this:
1024 512 256 128 64
32 16 8 4 2 1
In practice, when a user activates a numerical field (when tossing coins for example) the order of input SHOULD not matter, but since we read binary from right to left the current positioning of the value fields feels weird.
(Might be personal preference though).
The text was updated successfully, but these errors were encountered:
Order of bit values (when fixing seedwords through Main Menu > Generate new key > click-a-word) should be changed.
Currently, when using the feature two lines are shown under the seed word list:
1 2 4 8 16 32
64 128 256 512 1024
It should be like this:
1024 512 256 128 64
32 16 8 4 2 1
In practice, when a user activates a numerical field (when tossing coins for example) the order of input SHOULD not matter, but since we read binary from right to left the current positioning of the value fields feels weird.
(Might be personal preference though).
The text was updated successfully, but these errors were encountered: