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
hello, I'm using Web3J version 3.3.1。when I sign the same message(eg:"TEST"), I wondered why i get diffierent signatures using web3js and web3j. the verify function in the contract are different. .
hello, I'm using Web3J version 3.3.1。when I sign the same message(eg:"TEST"), I wondered why i get diffierent signatures using web3js and web3j. the verify function in the contract are different. .
java snippet
verify function in the contract
JavaScript snippet
verify function in the contract
I saw the issues #208 #476 , and the following test:
https://github.com/web3j/web3j/blob/51f88364b8899ff8d89fd7bb3671d7b3624afe4d/crypto/src/test/java/org/web3j/crypto/ECRecoverTest.java.
how can I use the same verify function in contract no matter web3j or web3js? Thank you!
The text was updated successfully, but these errors were encountered: