Skip to content

Commit

Permalink
Always disabled mempool p2p sync clients
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jan 9, 2025
1 parent 6e737f8 commit 777224e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Chainweb/Chainweb.hs
Original file line number Diff line number Diff line change
Expand Up @@ -981,5 +981,7 @@ runChainweb cw nowServing = do
return []
enabled conf = do
logg Info "Mempool p2p sync enabled"
return $ map (runMempoolSyncClient mgr conf (_chainwebPeer cw)) chainVals
-- return $ map (runMempoolSyncClient mgr conf (_chainwebPeer cw)) chainVals
logg Warn "Overwriting mempool p2p sync client configuration. It is currently not supported"
return []

0 comments on commit 777224e

Please sign in to comment.