From caba2faa927f8b130d6a21de2f0e892d24370ffc Mon Sep 17 00:00:00 2001 From: Fabio B Date: Mon, 14 Jan 2019 13:52:26 +0100 Subject: Update packages/sol-tracing-utils/src/trace_info_subprovider.ts Co-Authored-By: LogvinovLeon --- packages/sol-tracing-utils/src/trace_info_subprovider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/sol-tracing-utils/src/trace_info_subprovider.ts b/packages/sol-tracing-utils/src/trace_info_subprovider.ts index 698867056..dc42ce25e 100644 --- a/packages/sol-tracing-utils/src/trace_info_subprovider.ts +++ b/packages/sol-tracing-utils/src/trace_info_subprovider.ts @@ -18,7 +18,7 @@ export abstract class TraceInfoSubprovider extends TraceCollectionSubprovider { if (nodeType === NodeType.Geth) { // For very large traces we use a custom tracer that outputs a format compatible with a // regular trace. We only need the 2nd item on the stack when the instruction is a call. - // By not including othe stack values, we severly limit the amount of data to be collectd. + // By not including other stack values, we drastically limit the amount of data to be collected. const tracer = ` { data: [], -- cgit v1.2.3