forked from ton-core/ton-core
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
const connectedWallet = await tonConnectUI.connectWallet();
const unfriendlyAddress = connectedWallet.account.address
const address = Address.parse(unfriendlyAddress);
Address is not parsed correctly anymore, it returns dict :
{'workChain': 0, 'hash': {'type': 'Buffe... (expected str, got dict)
Metadata
Metadata
Assignees
Labels
No labels