Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 191
Browse files Browse the repository at this point in the history
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
  • Loading branch information
ligi authored and eip-automerger committed Apr 9, 2018
1 parent ab6d556 commit 493795b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-191.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ Using `0x19` thus makes it possible to extend the scheme by defining a version `
public
returns (bytes32 transactionHash)
{
// Arguments when calculating hash to validate
// Arguments when calculating hash to validate
// 1: byte(0x19) - the initial 0x19 byte
// 2: byte(0) - the version byte
// 4: this - the validator address
// 3: this - the validator address
// 4-7 : Application specific data
transactionHash = keccak256(byte(0x19),byte(0),this,destination, value, data, nonce);
sender = ecrecover(transactionHash, v, r, s);
Expand Down

0 comments on commit 493795b

Please sign in to comment.