From 13ed141e5dce3c456f3df37f111abb553ca98811 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 7 Dec 2018 08:22:05 -0500 Subject: [PATCH] add txHash --- src/lib/modules/console/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/modules/console/index.ts b/src/lib/modules/console/index.ts index d7b01d6c4..2d5610b1e 100644 --- a/src/lib/modules/console/index.ts +++ b/src/lib/modules/console/index.ts @@ -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 - " + __("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"),