Skip to content

Commit 8e14b04

Browse files
committed
hotfix: 500 on ada-holder/stake key voting power
1 parent 9b0f347 commit 8e14b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

govtool/backend/sql/get-stake-key-voting-power.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SELECT
22
COALESCE(SUM(tx_out.value), 0) AS voting_power,
3-
stake_address.id as addr_id
3+
encode(stake_address.hash_raw, 'hex') AS stake_key
44
FROM
55
stake_address
66
JOIN

0 commit comments

Comments
 (0)