Skip to content

Commit

Permalink
fix the duplicated gas item
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed May 10, 2024
1 parent 5e7799d commit 0c3682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveos/moveos/src/gas/parameters/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crate::gas::native::define_gas_parameters_for_natives!(AbstractValueSizeGasParam
[.per_u32_packed, "per_u32_packed", 4],
[.per_u64_packed, "per_u64_packed", 8],
[.per_u128_packed, "per_u128_packed", 16],
[.per_u256_packed, "per_u128_packed", 32],
[.per_u256_packed, "per_u256_packed", 32],
[.per_bool_packed, "per_bool_packed", 1],
[.per_address_packed, "per_address_packed", 32],
]);

0 comments on commit 0c3682e

Please sign in to comment.