Skip to content

Commit

Permalink
Removed orig height from activities because it breaks pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Aug 8, 2022
1 parent 67febbe commit a433e3a
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 @@ -4617,7 +4617,7 @@ namespace PocketDb
a.Hash,
a.Type,
null,
orig.Height as Height,
a.Height as Height,
a.BlockNum as BlockNum,
null,
pa.String1,
Expand Down Expand Up @@ -4692,7 +4692,7 @@ namespace PocketDb
c.Hash,
c.Type,
null,
orig.Height as Height,
c.Height as Height,
c.BlockNum as BlockNum,
oc.Value,
pc.String1,
Expand Down Expand Up @@ -5039,7 +5039,7 @@ namespace PocketDb
r.Hash,
r.Type,
null,
orig.Height as Height,
r.Height as Height,
r.BlockNum as BlockNum,
null,
pr.String2,
Expand Down

0 comments on commit a433e3a

Please sign in to comment.