File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ is provided by :meth:`w3.eth.sign() <web3.eth.Eth.sign>`.
212212 >>> private_key = b " \xb2\\ }\xb3\x1f\xee\xd9\x12 ''\xbf\t 9\xdc v\x9a\x96 VK-\xe4\xc4 rm\x03 [6\xec\xf1\xe5\xb3 d"
213213 >>> message = encode_defunct(text = msg)
214214 >>> signed_message = w3.eth.account.sign_message(message, private_key = private_key)
215- >>> signed_message
215+ >>> signed_message # doctest: +SKIP
216216 SignedMessage(messageHash=HexBytes('0x1476abb745d423bf09273f1afd887d951181d25adc66c4834a70491911b7f750'),
217217 r=104389933075820307925104709181714897380569894203213074526835978196648170704563,
218218 s=28205917190874851400050446352651915501321657673772411533993420917949420456142,
Original file line number Diff line number Diff line change 1+ Disable doctest in ``docs/web3.eth.account.rst `` due to ``eth-account `` deprecation of ``messageHash `` for ``message_hash ``
You can’t perform that action at this time.
0 commit comments