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
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
let web3Rinkeby = Web3.InfuraRinkebyWeb3()
let address = try? web3Rinkeby.personal.ecrecover(hash: hash, signature: signature)
return address!.address
Is this code right or I should use another method?
I need some help thanks!
The text was updated successfully, but these errors were encountered:
stroyBoard
changed the title
I need to get address use hash and signature,But I got "[libsecp256k1] illegal argument: recid >= 0 && recid <= 3"error.
Can not get address use hash and signature, got "[libsecp256k1] illegal argument: recid >= 0 && recid <= 3"error.
Jun 15, 2019
Here is my code :
let web3Rinkeby = Web3.InfuraRinkebyWeb3()
let address = try? web3Rinkeby.personal.ecrecover(hash: hash, signature: signature)
return address!.address
Is this code right or I should use another method?
I need some help thanks!
The text was updated successfully, but these errors were encountered: