Skip to content

Commit e7bee9d

Browse files
committed
wip: TxStats fixes
1 parent 412cd7b commit e7bee9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BotPlutusInterface/Types.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module BotPlutusInterface.Types (
2020
BudgetEstimationError (..),
2121
SpendBudgets,
2222
MintBudgets,
23-
TxStats,
23+
TxStats(..),
2424
emptyStats,
2525
addBudget,
2626
emptyBudget,
@@ -187,6 +187,7 @@ data TxFile
187187
data TxStats = TxStats
188188
{ estimatedBudgets :: !(Map TxId TxBudget)
189189
}
190+
deriving stock Show
190191

191192
-- TODO; maybe, Monoid instance could be handy later
192193
emptyStats :: TxStats

0 commit comments

Comments
 (0)