stats authorizer replacement

This commit is contained in:
WHYTEWYLL 2024-05-30 12:08:05 +03:00
parent cd3e24bb92
commit 4ca563774f

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