Skip to content

Commit

Permalink
Fixed select ordering in events
Browse files Browse the repository at this point in the history
  • Loading branch information
boommyop committed Jun 10, 2022
1 parent af47ba0 commit a62fd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4832,9 +4832,9 @@ namespace PocketDb
('privatecontent')TP,
c.Hash,
c.Type,
c.String1,
c.Height as Height,
c.BlockNum as BlockNum,
c.String1,
null,
p.String2,
pac.String2,
Expand Down Expand Up @@ -4889,9 +4889,9 @@ namespace PocketDb
('boost')TP,
tBoost.Hash,
tboost.Type,
tBoost.String1,
tBoost.Height as Height,
tBoost.BlockNum as BlockNum,
tBoost.String1,
tBoost.Int1,
null,
pac.String2,
Expand Down

0 comments on commit a62fd17

Please sign in to comment.