From ee49dc5c3b25b6b9192d766de23a26ea51e40fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kru=CC=88ger?= Date: Thu, 4 Jan 2018 16:27:49 +0100 Subject: [PATCH] tools/estimate_gas_costs.sh: improve wording --- tools/estimate_gas_costs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/estimate_gas_costs.sh b/tools/estimate_gas_costs.sh index c8109d0..3981b9a 100755 --- a/tools/estimate_gas_costs.sh +++ b/tools/estimate_gas_costs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # prints out estimated gas costs of contract functions. -# runs the tests which estimate and print out gas costs and greps by gas costs. +# runs the tests which estimate and print out gas costs. then greps test output for gas costs. cd truffle yarn test | grep "estimated gas cost"