Skip to content

Commit

Permalink
Updating: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gallettilance committed Apr 21, 2018
1 parent 2dbcc8d commit 829df7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified gif/gif1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/cli.dats
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ cli_start(lines) = let
val () = println!(" ")
val () = println!(" Commands: ")
val () = println!(" transact <from> <to> <ammount> Create a new transaction ")
val () = println!(" execute <lambda-lisp code> Code a new smart contract ")
val () = println!(" code <path/to/filename.txt> Execute a smart contract ")
val () = println!(" execute <path/to/filename.txt> Execute a new smart contract ")
val () = println!(" code <lambda-lisp code> Code a smart contract ")
val () = println!(" mine Mines a new block ")
val () = println!(" blockchain <from block> <to block> View current state of blockchain ")
val () = println!(" exit Exits the application ")
Expand Down

0 comments on commit 829df7a

Please sign in to comment.