Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f22eefa

Browse files
committedJul 31, 2024··
Clean up
1 parent 996d821 commit f22eefa

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
 

‎cardano-api/cardano-api.cabal

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ library internal
133133
Cardano.Api.Rewards
134134
Cardano.Api.Script
135135
Cardano.Api.Experimental.Eras
136-
Cardano.Api.Experimental.Fees
137136
Cardano.Api.Experimental.Tx
138137
Cardano.Api.ScriptData
139138
Cardano.Api.SerialiseBech32

‎cardano-api/internal/Cardano/Api/Convenience/Construction.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ constructBalancedTx
7878
shelleyWitSigningKeys = do
7979
let availableEra = fromMaybe (error "TODO") $ sbeToEra sbe
8080

81-
BalancedTxBody _ unsignedTx _txBalanceOutput _fee <- -- obtainCommonConstraints availableEra $
81+
BalancedTxBody _ unsignedTx _txBalanceOutput _fee <-
8282
makeTransactionBodyAutoBalance
8383
sbe
8484
systemStart

‎cardano-api/internal/Cardano/Api/Experimental/Fees.hs

-1
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.