From 626f193afad0706e12eb9367b2dc361e11e3bbc9 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:08:51 +0100 Subject: [PATCH 1/2] Update Cut.hs --- test/lib/Chainweb/Test/Cut.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/Chainweb/Test/Cut.hs b/test/lib/Chainweb/Test/Cut.hs index 58b962510c..d7b26903bf 100644 --- a/test/lib/Chainweb/Test/Cut.hs +++ b/test/lib/Chainweb/Test/Cut.hs @@ -617,7 +617,7 @@ properties_miscCut db v = ] -- -------------------------------------------------------------------------- -- --- Other Miscelaneous Properties +-- Other Miscellaneous Properties prop_blockCountAtChainHeight :: ChainGraph -> ChainGraph -> T.Property prop_blockCountAtChainHeight g0 g1 = T.counterexample (show v) From e3d58ed1413ccf53952e156302c8ea73a898ae57 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:11:26 +0100 Subject: [PATCH 2/2] Update Server.hs --- src/Chainweb/Miner/RestAPI/Server.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chainweb/Miner/RestAPI/Server.hs b/src/Chainweb/Miner/RestAPI/Server.hs index 26d11ac250..fd912b06f1 100644 --- a/src/Chainweb/Miner/RestAPI/Server.hs +++ b/src/Chainweb/Miner/RestAPI/Server.hs @@ -151,7 +151,7 @@ updatesHandler mr (ChainBytes cbytes) = Tagged $ \req resp -> withLimit resp $ d blockOnChainRef <- newIORef (WorkReady blockOnChain) -- An update stream is closed after @timeout@ seconds. We add some jitter to - -- availablility of streams is uniformily distributed over time and not + -- availability of streams is uniformily distributed over time and not -- predictable. -- jitter <- randomRIO @Double (0.9, 1.1)