-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When I try to deploy a child contract from a parent, the deployment fee is not returned in totalFees
of the transaction. It looks like it only considers gas fees for processing the message, and not the gas fee required for providing stateInit
and its deployment. Ideally, totalFees
should include deployment fees, and maybe a separate field can be used for gas fees.
In my tests, I try to calculate the balance of parent smart contract, after deploying a new child, but since deployment cost is not considered in totalFees
, I have to compromise and use an approximation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request