Previously the fee tracker (used for benchmarking) was using the storage_limit rather than the paid_storage_size_diff which is what ends up being paid. Also, include the fixed allocation_fee in the origination operation. The allocation fee is a fixed fee incurred when creating a new address (in this case for the originated contract).
Previously the fee tracker (used for benchmarking) was using the
storage_limit
rather than thepaid_storage_size_diff
which is what ends up being paid. Also, include the fixedallocation_fee
in the origination operation. The allocation fee is a fixed fee incurred when creating a new address (in this case for the originated contract).