Skip to content

Commit

Permalink
intrinsic gas
Browse files Browse the repository at this point in the history
  • Loading branch information
ak88 committed Aug 16, 2024
1 parent 77f2423 commit bf81101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Evm/IntrinsicGasCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private static long AuthorizationListCost(Transaction transaction, IReleaseSpec

if (authorizationList.Length != 0)
{
return GasCostOf.PerAuthBaseCost * authorizationList.Length;
return GasCostOf.NewAccount * authorizationList.Length;
}
}

Expand Down

0 comments on commit bf81101

Please sign in to comment.