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
here is my code: const publicKey = account.isHardware ? scatter.identity.publicKey : account.publicKey;
it works fine with desktop scatter, but have issue with web extension. the snippet doesnt get the correct publickey which i select, and i dont know the publickey returned by web extension comes from , so wird
The text was updated successfully, but these errors were encountered:
here is my code:
const publicKey = account.isHardware ? scatter.identity.publicKey : account.publicKey;
it works fine with desktop scatter, but have issue with web extension. the snippet doesnt get the correct publickey which i select, and i dont know the publickey returned by web extension comes from , so wird
The text was updated successfully, but these errors were encountered: