cli bal nonzero
All checks were successful
cicd / ci (push) Successful in 54s

This commit is contained in:
Bel LaPointe
2025-04-03 12:28:00 -06:00
parent 768ce8e92e
commit 8621619433

View File

@@ -91,7 +91,8 @@ func Main() {
balances := deltas.Balances().
WithBPIs(bpis).
KindaLike(q).
KindaGroup(group)
KindaGroup(group).
Nonzero()
FPrintBalances(os.Stdout, "", balances, nil)
case "reg":
transactions := deltas.Transactions()