File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments