Skip to content

Commit

Permalink
move RemoteDB to BlockHeaderDB
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Oct 9, 2024
1 parent 2d4b5d1 commit d79253f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ library
, Chainweb.BlockHeaderDB
, Chainweb.BlockHeaderDB.Internal
, Chainweb.BlockHeaderDB.PruneForks
, Chainweb.BlockHeaderDB.RemoteDB
, Chainweb.BlockHeaderDB.RestAPI
, Chainweb.BlockHeaderDB.RestAPI.Client
, Chainweb.BlockHeaderDB.RestAPI.Server
Expand Down Expand Up @@ -243,7 +244,6 @@ library
, Chainweb.Time
, Chainweb.Transaction
, Chainweb.TreeDB
, Chainweb.TreeDB.RemoteDB
, Chainweb.Utils
, Chainweb.Utils.Paging
, Chainweb.Utils.RequestLog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{-# LANGUAGE TypeOperators #-}

-- |
-- Module: Chainweb.TreeDB.RemoteDB
-- Module: Chainweb.BlockHeaderDB.RemoteDB
-- Copyright: Copyright © 2018 Kadena LLC.
-- License: MIT
-- Maintainer: Colin Woodbury <[email protected]>
Expand All @@ -16,7 +16,7 @@
-- A `TreeDb`-compatible interface to remote `BlockHeader` databases.
--

module Chainweb.TreeDB.RemoteDB
module Chainweb.BlockHeaderDB.RemoteDB
( RemoteDb(..)
, remoteDb
) where
Expand Down

0 comments on commit d79253f

Please sign in to comment.