Skip to content

Commit

Permalink
Merge pull request #560 from oasisprotocol/mitjat/hotfix-comma-take-e…
Browse files Browse the repository at this point in the history
…scrow

analyzer: Fix syntax error in SQL (TakeEscrow)
  • Loading branch information
mitjat authored Nov 7, 2023
2 parents ee0d3bd + a40a7c2 commit ce048d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ var (
UPDATE chain.accounts
SET
escrow_balance_active = escrow_balance_active - $2,
escrow_balance_debonding = escrow_balance_debonding - $3,
escrow_balance_debonding = escrow_balance_debonding - $3
WHERE address = $1`

ConsensusDebondingStartEscrowBalanceUpdate = `
Expand Down

0 comments on commit ce048d7

Please sign in to comment.