Commit a207014
committed
Fix balance command to print API errors in text mode
The balance command was silently dropping errors from the API response
in text mode. Both balances and stablecoins commands call printBalanceErrors,
but balance was missing this call despite unmarshaling the same response
structure with the Errors field.1 parent bcff9e1 commit a207014
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments