Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix contract address generation broken by comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johguse committed Jul 21, 2019
1 parent a268e49 commit 8dd100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profanity.cl
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ __kernel void profanity_transform_contract(__global mp_number * const pInverse)
h.b[22] = 128;

h.b[23] ^= 0x01; // length 23
//sha3_keccakf(&h);
sha3_keccakf(&h);

pInverse[id].d[0] = h.d[3];
pInverse[id].d[1] = h.d[4];
Expand Down

0 comments on commit 8dd100a

Please sign in to comment.