Skip to content

Commit

Permalink
Rename solana-wallet program to just solana (solana-labs#5604)
Browse files Browse the repository at this point in the history
* Rename wallet/ to cli/

* Rename the solana-wallet crate to solana-cli

* Rename solana-wallet program to solana

* cargo fmt
  • Loading branch information
mvines authored Aug 22, 2019
1 parent 19d16e7 commit 1207664
Show file tree
Hide file tree
Showing 29 changed files with 162 additions and 145 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ members = [
"utils/netutil",
"utils/fixed_buf",
"vote-signer",
"wallet",
"cli",
]

exclude = [
Expand Down
2 changes: 1 addition & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- [Blockstreamer](blockstreamer.md)
- [JSON RPC API](jsonrpc-api.md)
- [JavaScript API](javascript-api.md)
- [solana-wallet CLI](wallet.md)
- [solana CLI](cli.md)

- [Accepted Design Proposals](proposals.md)
- [Ledger Replication](ledger-replication-to-implement.md)
Expand Down
Loading

0 comments on commit 1207664

Please sign in to comment.