stats authorizer replacement (#328)

This commit is contained in:
WHYTEWYLL 2024-06-05 02:43:30 +03:00 committed by GitHub
parent cd3e24bb92
commit f9e451debd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,10 @@ transactions AS (
END
) AS transaction_count_failed,
COUNT(
DISTINCT proposer
DISTINCT COALESCE(
authorizers [1],
authorizers [0]
) :: STRING
) AS unique_from_count,
COUNT(
payer