Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Patch asset transfers algo to require min 4 transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
cdm committed Oct 12, 2022
1 parent 0daf545 commit 5511baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaderboard/sort_by_asset_transfers.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func (s *Service) sortByAssetTransfers(socials map[string]verifier.Social) ([]Participant, error) {
// The minimum number of unique withdrawals needed to achieve this reward
minTransferThreshold := 0
minTransferThreshold := 4

gqlQueryPartiesAccounts := `query{
parties {
Expand Down

0 comments on commit 5511baf

Please sign in to comment.