diff --git a/transactions.asciidoc b/transactions.asciidoc index 1c9f56ae2..48eb57183 100644 --- a/transactions.asciidoc +++ b/transactions.asciidoc @@ -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)");