Benjamin Azoulay

Results 2 issues of Benjamin Azoulay

I am trying to sign a message with Ledger through Rabby using personal_sign: ```JS const signature = await web3.eth.personal.sign(messageToSign, account, '') ``` And this is the error I get in...

When executing a transaction, I am listening for the 'receipt' event, like: ```JS tx.on("receipt", (receipt) => { // Success logic }); ``` With Rabby, this throws the following error: ```...