Skip to content

Commit

Permalink
[Issue-3713] Fix cannot transfer TON
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Dec 6, 2024
1 parent ea9be2f commit cb34078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ export default class KoniExtension {
let senderSendingTokenTransferable: bigint | undefined;
let receiverSystemAccountInfo: FrameSystemAccountInfo | undefined;

if (chainInfo.evmInfo) {
if (chainInfo.evmInfo || chainInfo.tonInfo) {
return undefined;
}

Expand Down

0 comments on commit cb34078

Please sign in to comment.