Skip to content

Conversation

@jaguard2021
Copy link

Update private keys and addresses format

The original format of the private keys and addresses in the README.md file caused issues when copied directly into Git Bash, resulting in errors such as: bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found
bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found

To resolve this, I've adjusted the format to a version that is correctly interpreted by the system. Now, when copied and executed in Git Bash, it works without errors.

Original format:
The private key and address of Alice:
private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR" address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

The private key and address of Bob:
private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF" address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

Adjusted format:

The private key and address of Alice:

private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR" address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

The private key and address of Bob:

private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF" address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

The changed code is the code on lines 34 and 38

Update private keys and addresses format

The original format of the private keys and addresses in the README.md file caused issues when copied directly into Git Bash, resulting in errors such as:
bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found
bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found

To resolve this, I've adjusted the format to a version that is correctly interpreted by the system. Now, when copied and executed in Git Bash, it works without errors.

Original format:
The private key and address of Alice:
private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR"
address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

The private key and address of Bob:
private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF"
address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

Adjusted format:
# The private key and address of Alice:
private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR"
address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

# The private key and address of Bob:
private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF"
address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

The changed code is the code on lines 34 and 38

Signed-off-by: jaguard <88972434+jaguard2021@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant