Skip to content

Commit

Permalink
chairman: integrate the node updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaro authored and deepfire committed Dec 21, 2021
1 parent 70ea1e3 commit e694703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node-chairman/app/Cardano/Chairman.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Cardano.Chairman (chairmanTest) where


import Cardano.Api.Protocol.Types
import Cardano.Node.Types (SocketPath (..))
import Cardano.Node.NodeAddress (SocketPath (..))
import Cardano.Prelude hiding (ByteString, STM, atomically, catch, option, show, throwIO)
import Control.Monad.Class.MonadAsync
import Control.Monad.Class.MonadST
Expand Down
1 change: 1 addition & 0 deletions cardano-node-chairman/app/Cardano/Chairman/Commands/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Cardano.Api.Protocol.Shelley
import Cardano.Chairman (chairmanTest)
import Cardano.Node.Configuration.POM (parseNodeConfigurationFP, pncProtocol)
import Cardano.Node.Protocol.Types (Protocol (..))
import Cardano.Node.NodeAddress
import Cardano.Node.Types
import Cardano.Prelude hiding (option)
import Control.Monad.Class.MonadTime (DiffTime)
Expand Down

0 comments on commit e694703

Please sign in to comment.