Skip to content

Commit

Permalink
chore:set project duration as milestone count
Browse files Browse the repository at this point in the history
  • Loading branch information
naneey committed Oct 11, 2023
1 parent 4a9fb17 commit 527aaae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void addDataToProposalDB(ProposalAttributes _proposals, String prefix){
ipfsHash.at(prefix).set(_proposals.ipfs_hash);
totalBudget.at(prefix).set(_proposals.total_budget);
sponsorReward.at(prefix).set(_proposals.sponsor_reward);
projectDuration.at(prefix).set(_proposals.project_duration);
projectDuration.at(prefix).set(_proposals.milestoneCount);
sponsorAddress.at(prefix).set(Address.fromString(_proposals.sponsor_address));
contributorAddress.at(prefix).set(Address.fromString(_proposals.contributor_address));
withdrawAmount.at(prefix).set(BigInteger.ZERO);
Expand Down

0 comments on commit 527aaae

Please sign in to comment.