Skip to content

Commit ef4416f

Browse files
Remove the TODO for above
1 parent 68bba25 commit ef4416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BotPlutusInterface/Balance.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ balanceTxIO pabConf ownPkh unbalancedTx =
134134

135135
exBudget <- newEitherT $ CardanoCLI.buildTx @w pabConf privKeys txWithoutFees
136136
nonBudgettedFees <- newEitherT $ CardanoCLI.calculateMinFee @w pabConf txWithoutFees
137-
-- TODO: not fromJust here
137+
138138
let fees = nonBudgettedFees + getBudgetPrice (getExecutionUnitPrices pabConf) exBudget
139139

140140
lift $ printLog @w Debug $ "Fees: " ++ show fees

0 commit comments

Comments
 (0)