forgot to add 1000 to the numbers
This commit is contained in:
parent
0219a42c07
commit
e87053b4f1
|
@ -245,7 +245,7 @@ class KeyVerification {
|
||||||
}
|
}
|
||||||
|
|
||||||
List<int> get sasNumbers {
|
List<int> get sasNumbers {
|
||||||
return _bytesToInt(_makeSas(5), 13);
|
return _bytesToInt(_makeSas(5), 13).map((n) => n + 1000).toList();
|
||||||
}
|
}
|
||||||
|
|
||||||
List<KeyVerificationEmoji> get sasEmojis {
|
List<KeyVerificationEmoji> get sasEmojis {
|
||||||
|
|
Loading…
Reference in a new issue