Zondax / ledger-acala

Apache License 2.0
7 stars 5 forks source link

I bridged Dot tokens from Polkadot to Acala and now I can't mint or move them back #23

Closed sorinirimies closed 1 year ago

sorinirimies commented 1 year ago

When trying to sign any transaction I get:

xTokens: transfer
1010: Invalid Transaction: Transaction has a bad signature

:link: zboto Link

carlosala commented 1 year ago

Hi @sorinirimies! That error is due to you are signing that with an address that doesn't match the one you are using in the dapp. Really likely is because you have crowdloan enabled (or disabled) and you are using the wrong account. Try enabling Expert mode, then switching account in Crowdloan mode. You can read more about this and how to do it here. Feel free to reopen if this doesn't solve your issue. Thanks for the report!

sorinirimies commented 1 year ago

Awesome, thank you so much, it worked.