KyberSwap icon indicating copy to clipboard operation
KyberSwap copied to clipboard

AlphaWallet signatures not valid for limit orders

Open JamesANZ opened this issue 6 years ago • 1 comments

Hi All, when trying to sign a limit order using AlphaWallet, we get back this error: https://github.com/AlphaWallet/alpha-wallet-ios/issues/1290

When debugging in the mobile browser, there is no error on the console.

Any ideas?

JamesANZ avatar Jul 15 '19 03:07 JamesANZ

From @andrew_nguyen_147

"I have problem when signing message from alpha wallet. We try to use imlementation: web3.eth.sign(message, address). For metamask, they keep the message and sign message with private key inside their app. In some wallets (Imtoken) they add prefix and use new_message = hash(prefix, message) to sign with private key.

I'd like to ask which output in Alpha wallet when I sign message? I've tried several ways, but I didn't figure out."

zhangzhongnan928 avatar Jul 15 '19 10:07 zhangzhongnan928