Skip to content

Commit

Permalink
prices
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer committed Oct 1, 2024
1 parent f6585d5 commit cf230c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracting/execution/metering/tracer.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#endif /* Py3k */

unsigned long long cu_costs[256] = {
[0] = 02, [1] = 2, [2] = 4, [3] = 0, [4] = 4, [5] = 4, [6] = 4, [7] = 4, [8] = 4, [9] = 2, [10] = 2, [11] = 4, [12] = 2,
[0] = 0, [1] = 2, [2] = 4, [3] = 0, [4] = 4, [5] = 4, [6] = 4, [7] = 4, [8] = 4, [9] = 2, [10] = 2, [11] = 4, [12] = 2,
[13] = 4, [14] = 4, [15] = 4, [16] = 4, [17] = 4, [18] = 4, [19] = 4, [20] = 2, [21] = 4, [22] = 8, [23] = 6, [24] = 6,
[25] = 4, [26] = 0, [27] = 4, [28] = 4, [29] = 4, [30] = 4, [31] = 6, [32] = 6, [33] = 6, [34] = 2, [35] = 6, [36] = 6,
[37] = 6, [38] = 2, [39] = 0, [40] = 4, [41] = 4, [42] = 4, [43] = 4, [44] = 2, [45] = 2, [46] = 2, [47] = 4, [48] = 2,
Expand Down

0 comments on commit cf230c1

Please sign in to comment.