Skip to content

Commit 9c296d9

Browse files
committed
Merge pull request #4 from stephantual/master
Fixed typo (credit to comma 8)
2 parents b608a80 + be48f2e commit 9c296d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (i *Console) ParseInput(input string) bool {
116116
"rawroot - Prints the raw merkle root\n" +
117117
"\033[1m= Dagger =\033[0m\n" +
118118
"dag HASH NONCE - Verifies a nonce with the given hash with dagger\n" +
119-
"\033[1m= Enroding =\033[0m\n" +
119+
"\033[1m= Encoding =\033[0m\n" +
120120
"decode STR\n" +
121121
"encode STR\n")
122122

0 commit comments

Comments
 (0)