Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo stellar-sign README #4839

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions tools/stellar-sign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This folder contains `stellar-sign` a simple utility to make it easy to add your
When run on the terminal it:

1. Prompts your for a base64-encoded envelope
2.
a. If -verify is used
i. Asks for your public key
ii. Outputs if the transaction has a valid signature or not
b. If in signature mode (default)
i. Asks for your private seed
ii. Outputs a new envelope with your signature added.
2.
- If `-verify` is used
- Asks for your public key
- Outputs if the transaction has a valid signature or not
- If in signature mode (default)
- Asks for your private seed
- Outputs a new envelope with your signature added

## Installing

Expand Down