boltlabs-inc / tezos-contract

Multi-sig Smart Contract for zkChannels protocol
MIT License
3 stars 1 forks source link

fix fee tracker used for benchmarking #56

Closed DariusParvin closed 3 years ago

DariusParvin commented 3 years ago

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).