Skip to content

Commit

Permalink
Fixed var name for events contentscore
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Jul 13, 2022
1 parent 39b478d commit 5e8b806
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 @@ -6288,7 +6288,7 @@ namespace PocketDb
c.Height, -- TODO (losty): original?
c.BlockNum,
null,
ps.String2,
pc.String2,
null,
null,
null,
Expand All @@ -6303,8 +6303,8 @@ namespace PocketDb
and s.Height > ?
and (s.Height < ? or (s.Height = ? and s.BlockNum < ?))
left join Payload ps
on ps.TxHash = c.Hash
left join Payload pc
on pc.TxHash = c.Hash
join Transactions acs
on acs.Type = 100
Expand Down

0 comments on commit 5e8b806

Please sign in to comment.