Skip to content

Commit

Permalink
Fixed events height
Browse files Browse the repository at this point in the history
  • Loading branch information
boommyop committed Jun 10, 2022
1 parent 337c1ef commit 576fed8
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 @@ -4939,7 +4939,7 @@ namespace PocketDb
on ac.Type = 100
and ac.Last = 1
and ac.String1 = c.String1
and ac.Height is not null
and ac.Height > 0
left join Payload pac
on pac.TxHash = ac.Hash
Expand Down

0 comments on commit 576fed8

Please sign in to comment.