Skip to content

Commit

Permalink
chore: optimize poll contract
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Dec 4, 2024
1 parent 145ef3f commit 3139d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/Poll.sol
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ contract Poll is Params, Utilities, SnarkCommon, IPoll {

// Set currentSbCommitment
uint256[3] memory sb;
sb[0] = mergedStateRoot;
sb[0] = _mergedStateRoot;
sb[1] = emptyBallotRoot;
sb[2] = uint256(0);

Expand Down

0 comments on commit 3139d32

Please sign in to comment.