Skip to content

Commit

Permalink
Merge pull request ethereumbook#1 from kennethhoytwoodruff/kennethhoy…
Browse files Browse the repository at this point in the history
…twoodruff-patch-1

changed serializedTxthis to this
  • Loading branch information
kennethhoytwoodruff authored Mar 10, 2018
2 parents 7b7c140 + f7d3b75 commit 307beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The _prototype_ of the withdraw function is defined as the string containing the
withdraw(uint256)
----

Let's calculate the Keccak256 hash of serializedTxthis string (we can use the truffle console or any JavaScript web3 console to do that):
Let's calculate the Keccak256 hash of this string (we can use the truffle console or any JavaScript web3 console to do that):

----
web3.sha3("withdraw(uint256)");
Expand Down

0 comments on commit 307beb1

Please sign in to comment.