diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-23 05:42:39 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-23 05:42:39 +0800 |
commit | a125b0fbc319a3d86f61a7e6c4036dc24a211943 (patch) | |
tree | fc75d65294b7445a91aaf66b83864ee439434d87 /README.md | |
parent | 0dfe5113709d2981ef2ec8885d831a38cf2e4f91 (diff) | |
parent | 8af42d42da1d428025622d3b76982798ec9436bd (diff) | |
download | dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.gz dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.tar.zst dexon-a125b0fbc319a3d86f61a7e6c4036dc24a211943.zip |
Merge branch 'import_presale_keys' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-import_presale_keys
Conflicts:
crypto/crypto.go
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Go Ethereum comes with several binaries found in * `mist` Official Ethereum Browser * `ethereum` Ethereum CLI * `ethtest` test tool which runs with the [tests](https://github.com/ethereum/testes) suit: - `ethtest "`cat myfile.json`"`. + `cat file | ethtest`. * `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas 10000 -price 0 -dump`. See `-h` for a detailed description. |