Skip to content

Commit

Permalink
Merge pull request #2295 from axelgalicia/GH-2293
Browse files Browse the repository at this point in the history
[GH-2293]-Adding clarification of how data needs to be prefix
  • Loading branch information
nivida authored Feb 4, 2019
2 parents 888d88a + f077f7a commit d7054bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/web3-eth-personal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ sign
web3.eth.personal.sign(dataToSign, address, password [, callback])
Signs data using a specific account.
Signs data using a specific account. This data is before UTF-8 HEX decoded and enveloped as follows: ``"\x19Ethereum Signed Message:\n" + message.length + message``.



.. note:: Sending your account password over an unsecured HTTP RPC connection is highly unsecure.

Expand Down

0 comments on commit d7054bd

Please sign in to comment.