mirror of https://github.com/voidlizard/hbs2
ip, log merging, debug-30
This commit is contained in:
parent
85f64cc801
commit
23500ed822
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue