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
Thanks for reporting this issue, we will include a fix in our next hardfork, meanwhile, a workaround would be to use a pure solidity contract that does the recovery.
Qtum Hex Address = RIPEMD160( SHA256( PUBLIC KEY ))
Ethereum Address = KECCAK256( PUBLIC KEY ) and drop the first 12 bytes
When we use the precompiled "ecrecover" function in a smart contract we can not obtain the QTUM address with which we have signed.
cpp-eth-qtum/libethcore/Precompiled.cpp
Line 67 in 1a8e6a4
The text was updated successfully, but these errors were encountered: