Skip to content

Commit 0c2528d

Browse files
committed
fix: remove
1 parent 95ee95a commit 0c2528d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apps/namadillo/src/hooks/useTransactionCallbacks.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ export const useTransactionCallback = (): void => {
3939
const refereeAddress = localStorage.getItem("refereeAddress");
4040
const epoch = chainStatus?.epoch;
4141
await saveReferralToSupabase(referrerAddress!, refereeAddress!, epoch!);
42-
43-
// After this write an authenticated page that allows Paul to grab all referrals from DB
44-
// Then loop through them and check if the referee has received rewards in the epochs searched for.
45-
// Once that's done display all the referrers, referees, amounts in a table.
46-
// Remove all delegates that have been paid 0 on their last epoch from the DB.
47-
// When he presses submit then do a batch transaction of all the rewards to be paid out.
48-
// Make sure to add my 25% of the rewards in the transaction too.
4942
};
5043

5144
useTransactionEventListener("Bond.Success", successfulBond);

0 commit comments

Comments
 (0)