koinos / koinos-cli

A command line utility used for key management and to interact with the Koinos blockchain.
Other
9 stars 7 forks source link

[BUG]: Extra padding on `chain_id` #176

Closed sgerbino closed 1 year ago

sgerbino commented 1 year ago

Is there an existing issue for this?

Current behavior

There is extra padding when asking for the chain_id:

🔐 > chain_id
Chain ID: auto ( EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3ejxRSewi7qIBfSA== )

This is inconsistent with other commands like nonce:

🔓 > nonce
Nonce: auto (next nonce: 1)

Expected behavior

Output should be consistent. Let's go with the output that doesn't have the extra spaces within the parenthesis.

Steps to reproduce

No response

Environment

- OS:

Anything else?

No response