-
https://eips.ethereum.org/EIPS/eip-191 In this page says ,
i couldn't understand it , |
Beta Was this translation helpful? Give feedback.
Answered by
EngrPips
Mar 15, 2024
Replies: 1 comment
-
Hello @arifulone , so what they are trying to say is that the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arifulone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @arifulone , so what they are trying to say is that the
EIP 191
intentionally made it a standard to prefix any message that would be signed using theEIP 191
standard with0x19
so that it doesn't have the same structure as the normal transaction signed on ethereum. basically they created a different between what is an ethereum signed message and an ethereum signed transaction by prefixing an ethereum signed message with0x19
.