diff options
author | Stephan Tual <stephan.tual@gmail.com> | 2014-01-16 01:40:35 +0800 |
---|---|---|
committer | Stephan Tual <stephan.tual@gmail.com> | 2014-01-16 01:40:35 +0800 |
commit | be48f2eb91b8726cbafe9865360e64cbfa35c3de (patch) | |
tree | d9dfdcb497029027ff80e0412709aaa96c1fa7de | |
parent | 44900e363cbc81b640bc16bcc7e6a50c22352be4 (diff) | |
download | dexon-be48f2eb91b8726cbafe9865360e64cbfa35c3de.tar.gz dexon-be48f2eb91b8726cbafe9865360e64cbfa35c3de.tar.zst dexon-be48f2eb91b8726cbafe9865360e64cbfa35c3de.zip |
Fixed typo (credit to comma 8)
-rw-r--r-- | dev_console.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_console.go b/dev_console.go index 228cfc47e..5340a5f46 100644 --- a/dev_console.go +++ b/dev_console.go @@ -116,7 +116,7 @@ func (i *Console) ParseInput(input string) bool { "rawroot - Prints the raw merkle root\n" + "\033[1m= Dagger =\033[0m\n" + "dag HASH NONCE - Verifies a nonce with the given hash with dagger\n" + - "\033[1m= Enroding =\033[0m\n" + + "\033[1m= Encoding =\033[0m\n" + "decode STR\n" + "encode STR\n") |