Skip to content

Commit

Permalink
fix readme ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 29, 2024
1 parent 2ad0198 commit 0f744dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ Query bank balance of validator, it has `9000000stake`.
./gcosmos q bank balance $VAL_ADDR stake
```

### Shutdown

Shutdown the testnet by pressing Ctrl+C in the first terminal.

### Transaction Testing

Send `100stake` from the first validator to a new account.
Expand All @@ -45,6 +41,10 @@ Wait a few seconds for the block to be produced, then confirm the balance in the
./gcosmos q bank balance cosmos10r39fueph9fq7a6lgswu4zdsg8t3gxlqvvvyvn stake
```

### Shutdown

Shutdown the testnet by pressing Ctrl+C in the first terminal.

## Additional Information

Refer to the `http*.go` files in [the gserver/internal/gsi directory](gserver/internal/gsi/) for more details on available HTTP paths.

0 comments on commit 0f744dc

Please sign in to comment.