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

Commit 8dd100a

Browse files
committed
Fix contract address generation broken by comment
1 parent a268e49 commit 8dd100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profanity.cl

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ __kernel void profanity_transform_contract(__global mp_number * const pInverse)
550550
h.b[22] = 128;
551551

552552
h.b[23] ^= 0x01; // length 23
553-
//sha3_keccakf(&h);
553+
sha3_keccakf(&h);
554554

555555
pInverse[id].d[0] = h.d[3];
556556
pInverse[id].d[1] = h.d[4];

0 commit comments

Comments
 (0)