Skip to content

Commit

Permalink
♻️ revert changes when sending challenge on-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Mar 25, 2024
1 parent a18bf79 commit ad18446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned/version0_3_4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Version0_3_4 extends Version0_3_3 {

poe_proposals.forEach(async v => {
if (v.type === "poe") {
const content = stringToBytes(generatePoEPayloadHash(v.values.payload));
const content = stringToBytes(v.values.payload);
const params = cc.methods.proof_of_event_challenge(content);

if (!batchOp) {
Expand Down

0 comments on commit ad18446

Please sign in to comment.