mirror of https://github.com/voidlizard/hbs2
wip, debug
This commit is contained in:
parent
9e68723fe3
commit
7e1c115056
|
@ -364,7 +364,7 @@ refChanUpdateProto self pc adapter msg = do
|
||||||
|
|
||||||
let h0 = hashObject @HbSync (serialise msg)
|
let h0 = hashObject @HbSync (serialise msg)
|
||||||
|
|
||||||
guard =<< liftIO (hasBlock sto h0 <&> isJust)
|
-- guard =<< liftIO (hasBlock sto h0 <&> isJust)
|
||||||
|
|
||||||
debug $ "RefChanUpdate/ACCEPT" <+> pretty h0
|
debug $ "RefChanUpdate/ACCEPT" <+> pretty h0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue