Skip to content

Commit

Permalink
Fix snapshot balances sql query
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed Feb 11, 2024
1 parent 40c24db commit 688e49e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected override async Task TakeDeactivatedSnapshot(Block block)
: 0),
0,
0,
(delegator as User)?.StakedBalance,
(delegator as User)?.StakedBalance ?? 0,
0,
0,
(delegator as User)?.StakedPseudotokens ?? 0,
Expand Down

0 comments on commit 688e49e

Please sign in to comment.