0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
33 stars 29 forks source link

fix: Table columns on `account show` #229

Closed igamigo closed 7 months ago

igamigo commented 7 months ago

Fixes the account show table to correctly show all columns (previously, nonce was missing):

Ater:

image

Before:

image

We should also look into making these tables "safer" (eg, throw if number of columns and values do not match)

bobbinth commented 7 months ago

I know this is a pretty small thing - but it should probably have gone into the next branch.