0xPolygonMiden / miden-client

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

fix: use correct array size for SecretKey #275

Closed mFragaBA closed 3 months ago

mFragaBA commented 3 months ago

I noticed that the command miden-client account show <SOME_ACCOUNT_ID> -k is failing due to the serialized SecretKey not fitting in a sizeof(SecretKey) bytes long array.

Steps to reproduce

Using the CLI: