tools/estimate_gas_costs.sh: improve wording

This commit is contained in:
Maximilian Krüger 2018-01-04 16:27:49 +01:00
parent 109c8e35b3
commit ee49dc5c3b
1 changed files with 1 additions and 1 deletions

View File

@ -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"