Skip to content

Commit

Permalink
add txHash
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and iurimatias committed Dec 7, 2018
1 parent 37c28b9 commit 13ed141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/modules/console/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Console {
"web3 - " + __("instantiated web3.js object configured to the current environment"),
"EmbarkJS - " + __("EmbarkJS static functions for Storage, Messages, Names, etc."),
"token - " + __("Copies and prints the token for the cockpit"),
"debug - " + __("Debug the last transaction or the transaction specified by a hash"),
"debug <txHash> - " + __("Debug the last transaction or the transaction specified by a hash"),
" next/n - " + __("During a debug, step over forward"),
" previous/p - " + __("During a debug, step over back"),
" var local/v l/vl - " + __("During a debug, display local variables"),
Expand Down

0 comments on commit 13ed141

Please sign in to comment.