Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jun 29, 2018
1 parent a9881ae commit 816246e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ use std::thread::sleep;
use std::time::Duration;

enum WalletCommand {
Address,
Balance,
AirDrop,
Address,
Pay(i64, PublicKey),
Confirm(Signature),
}
Expand Down Expand Up @@ -233,6 +233,7 @@ fn process_command(
fn display_actions() {
println!("");
println!("Commands:");
println!(" address Get your public key");
println!(" balance Get your account balance");
println!(" airdrop Request a batch of tokens");
println!(" pay Spend your tokens as fast as possible");
Expand Down

0 comments on commit 816246e

Please sign in to comment.