scatter-js
scatter-js copied to clipboard
chrome web extension doesnt give the correct account's publickey which i logged in
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