Skip to content

Commit

Permalink
Move Delegations module to Delegations.Sore.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jun 2, 2023
1 parent 969c721 commit 0383187
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/wallet/cardano-wallet.cabal
Expand Up @@ -266,7 +266,9 @@ library
Cardano.Wallet.DB.Sqlite.Schema
Cardano.Wallet.DB.Sqlite.Types
Cardano.Wallet.DB.Store.Checkpoints.Store
Cardano.Wallet.DB.Store.Checkpoints
Cardano.Wallet.DB.Store.Delegations
Cardano.Wallet.DB.Store.Delegations.Store
Cardano.Wallet.DB.Store.Info.Store
Cardano.Wallet.DB.Store.Meta.Layer
Cardano.Wallet.DB.Store.Meta.Model
Expand Down
Expand Up @@ -10,7 +10,7 @@
-- License: Apache-2.0
--
-- Delegations-history store and migration from old db tables.
module Cardano.Wallet.DB.Store.Delegations
module Cardano.Wallet.DB.Store.Delegations.Store
( mkStoreDelegations
, migration
)
Expand Down
Expand Up @@ -26,7 +26,7 @@ import Cardano.Wallet.DB.Arbitrary
()
import Cardano.Wallet.DB.Fixtures
( WalletProperty, logScale, withDBInMemory, withInitializedWalletProp )
import Cardano.Wallet.DB.Store.Delegations
import Cardano.Wallet.DB.Store.Delegations.Store
( mkStoreDelegations )
import Cardano.Wallet.Delegation.Model
( Operation (..), Status (..), status )
Expand Down

0 comments on commit 0383187

Please sign in to comment.