Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Apr 30, 2024
1 parent 3ba7e21 commit fb00830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/beacon/Voucher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ contract Voucher is OwnableUpgradeable, IVoucher {
workerpoolOrder.workerpool,
workerpoolPrice
);
// TODO: Compute volume and set taskPrice = dealPrice * volume instead of taskPrice
// TODO: Compute volume and set dealPrice = taskPrice * volume instead of curent dealPrice
uint256 dealPrice = appPrice + datasetPrice + workerpoolPrice;

if (sponsoredAmount != dealPrice) {
Expand Down

0 comments on commit fb00830

Please sign in to comment.