ip, log merging, debug-30

This commit is contained in:
Dmitry Zuikov 2023-07-20 09:44:06 +03:00
parent 85f64cc801
commit 23500ed822
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ refChanUpdateProto self pc adapter msg = do
guard =<< lift (refChanSubscribed adapter (getRefChanId msg)) guard =<< lift (refChanSubscribed adapter (getRefChanId msg))
let h0 = hashObject @HbSync (serialise msg) let h0 = hashObject @HbSync (serialise msg)
-- guard =<< liftIO (hasBlock sto h0 <&> isNothing) guard =<< liftIO (hasBlock sto h0 <&> isNothing)
case msg of case msg of
Propose chan box -> do Propose chan box -> do