Closed
Description
I'm running into a case where building a transaction with a script input is resulting in an incorrect fee calculation, which is off by 1.
Doing some debugging on pycardano.utils.fee
, it looks like everything is rounded down with a cast to int
. Would it make sense to add all raw values and round? In some cases, the values sum to a value with 0.5 ADA getting rounded down, and if we just rounded up this would resolve the issue.
Metadata
Metadata
Assignees
Labels
No labels