Skip to content

Commit

Permalink
Fix typo stellar-sign README (#4839)
Browse files Browse the repository at this point in the history
  • Loading branch information
C0x41lch0x41 authored Apr 10, 2023
1 parent 0b91812 commit 7218473
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit 7218473

Please sign in to comment.