Skip to content

Commit

Permalink
Use correct default value and remove unnecessary dependency in QuerySpec
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Sep 24, 2024
1 parent 983155e commit 8e7bc04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/cardano-ledger-api/cardano-ledger-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ test-suite cardano-ledger-api-test
bytestring,
cardano-ledger-api,
cardano-ledger-byron,
data-default,
data-default-class,
testlib,
cardano-crypto-class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Cardano.Ledger.DRep
import Cardano.Ledger.Keys (KeyRole (..))
import qualified Cardano.Ledger.Shelley.HardForks as HF
import Cardano.Ledger.Shelley.LedgerState
import Data.Default (def)
import Data.Default.Class (def)
import Data.Foldable (Foldable (..))
import qualified Data.Map.Strict as Map
import qualified Data.Set as Set
Expand Down

0 comments on commit 8e7bc04

Please sign in to comment.