Skip to content

Commit

Permalink
Fixed address positioning in sql query for activities in ContentScore…
Browse files Browse the repository at this point in the history
… and CommentScore
  • Loading branch information
lostystyg committed Aug 10, 2022
1 parent fa8543b commit 3ae1ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5013,7 +5013,7 @@ namespace PocketDb
null,
c.Hash,
c.Type,
null,
c.String1,
c.Height, -- TODO (losty): original?
c.BlockNum,
null,
Expand Down Expand Up @@ -5086,10 +5086,10 @@ namespace PocketDb
null,
c.Hash,
c.Type,
null,
c.String1,
c.Height, -- TODO (losty): original?
c.BlockNum,
c.String1,
null,
pc.String2,
null,
null,
Expand Down

0 comments on commit 3ae1ff8

Please sign in to comment.