Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(agoric-cli): Condense
agoric wallet show
output
Render empty purses/usedInvitations/offers on one line rather than three: ```diff { "purses": [ ["board0074",0] ], - "usedInvitations": [ - - ], - "offers": [ - - ] + "usedInvitations": [], + "offers": [] } ```
- Loading branch information