Skip to content

Commit

Permalink
Improve "base gas cost" description
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 24, 2019
1 parent 2f5513d commit 0e35d2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/efficient_gas_calculation_algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Let's start by defining some basic and universal instructions' parameters.
1. Base gas cost.

This is the static gas cost of instructions. Some instructions may have
additional cost depending on their operand values - these have to be
handled individually during the instruction execution.
_additional_ cost depending on their operand values and/or the environment
— these have to be handled individually during the instruction execution.
The _final_ cost is never less than the _base_ cost.

2. Stack height requirement.

Expand Down

0 comments on commit 0e35d2d

Please sign in to comment.