Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ if impl (ghc >= 9.12)
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

-- Points to release/ouroboros-consensus-0.28.0.0 + backported #1780
source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus.git
tag: 223e60ee4ae7a485c41397cde845f77db7c9c210
subdir: ouroboros-consensus-diffusion
1 change: 1 addition & 0 deletions cardano-node/src/Cardano/Node/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ handleSimpleNode blockType runP tracers nc onKernel = do
onKernel nodeKernel
, rnPeerSharing = ncPeerSharing nc
, rnGetUseBootstrapPeers = readTVar useBootstrapVar
, rnFeatureFlags = mempty
}
#ifdef UNIX
-- initial `SIGHUP` handler, which only rereads the topology file but
Expand Down
Loading