Skip to content

Commit 6088412

Browse files
committed
Minor update to the AdminStats struct
1 parent 44af367 commit 6088412

2 files changed

Lines changed: 56 additions & 56 deletions

File tree

graph/admin.graphqls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
type AdminStats {
66
balance: Int64
77
destinations: Int64
8+
paymail_addresses: Int64
89
transactions: Int64
9-
paymails: Int64
10-
utxos: Int64
11-
xpubs: Int64
1210
transactions_per_day: Map
11+
utxos: Int64
1312
utxos_per_type: Map
13+
xpubs: Int64
1414
}
1515

1616
extend type Query {

graph/generated/generated.go

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)