Remove compleated TODO task

This commit is contained in:
Paweł Bylica 2015-01-09 14:49:24 +01:00
parent 6fee45a3e3
commit 47886c844a

View file

@ -41,7 +41,7 @@ uint64_t const c_logDataGas = 1;
uint64_t const c_logTopicGas = 32;
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)
{