Skip to content

Commit 17a161f

Browse files
committed
fix(api): pubkey search
1 parent 1d02d71 commit 17a161f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backend/pkg/api/data_access/vdb_withdrawals.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -681,13 +681,6 @@ func getWithdrawalsBridgeDs(dashboardId t.VDBId, search string, isValidSearchWit
681681
if err != nil {
682682
return nil, err
683683
}
684-
withdrawalsBridgeDs = withdrawalsBridgeDs.
685-
InnerJoin(
686-
goqu.T("validators").As("v"),
687-
goqu.On(
688-
goqu.I("v.index").Eq("w.validatorindex"),
689-
),
690-
)
691684
searches = append(searches, goqu.I("v.pubkey").Eq(pubkey))
692685
}
693686
if isValidSearchIndexOrSlot {

0 commit comments

Comments
 (0)