mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 14:06:44 +00:00
stats authorizer replacement
This commit is contained in:
parent
cd3e24bb92
commit
4ca563774f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user