Skip to content

Commit

Permalink
Full comment text in description for events and activities
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Jul 20, 2022
1 parent fabcc4e commit 86e5df5
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 @@ -4695,7 +4695,7 @@ namespace PocketDb
c.Height as Height,
c.BlockNum as BlockNum,
oc.Value,
substr(pc.String1, 0, 100),
pc.String1,
null,
null,
null,
Expand Down Expand Up @@ -6085,7 +6085,7 @@ namespace PocketDb
c.Height as Height,
c.BlockNum as BlockNum,
oc.Value,
substr(pc.String1, 0, 100),
pc.String1,
pac.String2,
pac.String3,
pac.String4,
Expand Down

0 comments on commit 86e5df5

Please sign in to comment.