mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Remove compleated TODO task
This commit is contained in:
parent
6fee45a3e3
commit
47886c844a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ uint64_t const c_logDataGas = 1;
|
||||||
uint64_t const c_logTopicGas = 32;
|
uint64_t const c_logTopicGas = 32;
|
||||||
uint64_t const c_copyGas = 1;
|
uint64_t const c_copyGas = 1;
|
||||||
|
|
||||||
uint64_t getStepCost(Instruction inst) // TODO: Add this function to FeeSructure (pull request submitted)
|
uint64_t getStepCost(Instruction inst)
|
||||||
{
|
{
|
||||||
switch (inst)
|
switch (inst)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue