Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 9dd09db

Browse files
nividacgewecke
andcommitted
Update docs/web3-eth-accounts.rst
Co-Authored-By: cgewecke <[email protected]>
1 parent 03c2297 commit 9dd09db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web3-eth-accounts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Parameters
330330
1. ``data`` - ``String``: The data to sign.
331331
2. ``privateKey`` - ``String``: The private key to sign with.
332332

333-
.. note:: The passed string of data is before UTF-8 HEX decoded and enveloped as follows: ``"\x19Ethereum Signed Message:\n" + message.length + message``.
333+
.. note:: The value passed as the `data` parameter will be UTF-8 HEX decoded and wrapped as follows: ``"\x19Ethereum Signed Message:\n" + message.length + message``.
334334

335335
-------
336336
Returns

0 commit comments

Comments
 (0)