Skip to content

Commit

Permalink
Update DDE.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
bithalo committed Jun 3, 2024
1 parent 563d488 commit 0701d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDE.sol
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,9 @@ contract TwoPartyEscrow {
completed[recipient][2] += 1;
}
}
completed[sender][0] += 1;
completed[recipient][0] += 1;
}
completed[sender][0] += 1;
completed[recipient][0] += 1;
}
function expireEscrow(bytes32 hash, address user) public { //Useful for a reputation system
isAuthorizedUser(user, hash);
Expand Down

0 comments on commit 0701d9c

Please sign in to comment.