We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bba25 commit ef4416fCopy full SHA for ef4416f
src/BotPlutusInterface/Balance.hs
@@ -134,7 +134,7 @@ balanceTxIO pabConf ownPkh unbalancedTx =
134
135
exBudget <- newEitherT $ CardanoCLI.buildTx @w pabConf privKeys txWithoutFees
136
nonBudgettedFees <- newEitherT $ CardanoCLI.calculateMinFee @w pabConf txWithoutFees
137
- -- TODO: not fromJust here
+
138
let fees = nonBudgettedFees + getBudgetPrice (getExecutionUnitPrices pabConf) exBudget
139
140
lift $ printLog @w Debug $ "Fees: " ++ show fees
0 commit comments