Skip to content

Commit

Permalink
fix givbacks round in Ortto
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Apr 16, 2024
1 parent e651c0b commit cff427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/donationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export const syncDonationStatusWithBlockchainNetwork = async (params: {
totalDonated: donationStats?.totalDonated,
donationsCount: donationStats?.donationsCount,
lastDonationDate: donationStats?.lastDonationDate,
GIVbacksRound: donation.powerRound,
GIVbacksRound: donation.powerRound + 1, // powerRound is 1 behind givbacks round
QFRound: donation.qfRound?.name,
donationChain: NETWORKS_IDS_TO_NAME[donation.transactionNetworkId],
});
Expand Down

0 comments on commit cff427c

Please sign in to comment.