Skip to content

Commit

Permalink
Optimizing pocketnetteam notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Jul 18, 2022
1 parent c137b10 commit 91d8529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5184,7 +5184,7 @@ namespace PocketDb
left join Payload p
on p.TxHash = t.Hash
left join Transactions r indexed by Transactions_Height_Type -- related content - possible reposts
left join Transactions r indexed by Transactions_Hash_Height -- related content - possible reposts
on r.Type in (200,201,202)
and r.Last = 1
and r.Height > 0
Expand Down

0 comments on commit 91d8529

Please sign in to comment.