Skip to content

Commit

Permalink
chore: fixed the contract
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Jul 23, 2024
1 parent b6e50f2 commit 951f999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contracts/Assign.zol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contract Assign {

secret uint256 private a;
function add(secret uint256 value) public {
a += value;
unknown a += value;
}

function remove(secret uint256 value) public {
Expand Down

0 comments on commit 951f999

Please sign in to comment.