Alec Haidukof

Results 1 issues of Alec Haidukof

Seems to be typo here https://github.com/ton-blockchain/ton/blob/f40822b58a06f8fc9d88a5350b22f43b204ddfc8/tonlib/tonlib/KeyStorage.cpp#L104 which prevents to successfully run tl: `importKey local_password:secureBytes mnemonic_password:secureBytes exported_key:exportedKey = Key;` Condition `!mnemonic.is_basic_seed()` must be inverted to `mnemonic.is_basic_seed()`