File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
hydra-node/src/Hydra/Node Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import Hydra.Chain.Direct.State (initialChainState)
22
22
import Hydra.Chain.Offline (loadGenesisFile , withOfflineChain )
23
23
import Hydra.Events.FileBased (eventPairFromPersistenceIncremental )
24
24
import Hydra.Ledger.Cardano (cardanoLedger , newLedgerEnv )
25
- import Hydra.Logging (Verbosity ( .. ), traceWith , withTracer )
25
+ import Hydra.Logging (traceWith , withTracer )
26
26
import Hydra.Logging.Messages (HydraLog (.. ))
27
27
import Hydra.Logging.Monitoring (withMonitoring )
28
28
import Hydra.Node (
@@ -182,7 +182,3 @@ newGlobals genesisParameters = do
182
182
-- NOTE: uses fixed epoch info for our L2 ledger
183
183
epochInfo = fixedEpochInfo protocolParamEpochLength slotLength
184
184
slotLength = mkSlotLength protocolParamSlotLength
185
-
186
- identifyNode :: RunOptions -> RunOptions
187
- identifyNode opt@ RunOptions {verbosity = Verbose " HydraNode" , nodeId} = opt{verbosity = Verbose $ " HydraNode-" <> show nodeId}
188
- identifyNode opt = opt
You can’t perform that action at this time.
0 commit comments