mirror of https://github.com/voidlizard/hbs2
wip, log merging, debug
This commit is contained in:
parent
003fc43cc1
commit
c55e5876a8
|
@ -485,6 +485,8 @@ logMergeProcess _ q = do
|
||||||
S.yield prop
|
S.yield prop
|
||||||
S.each accs
|
S.each accs
|
||||||
|
|
||||||
|
debug $ "NEW TRANS TO MERGE" <+> pretty new
|
||||||
|
|
||||||
let merged = HashSet.union current (HashSet.fromList new) & HashSet.toList
|
let merged = HashSet.union current (HashSet.fromList new) & HashSet.toList
|
||||||
|
|
||||||
let pt = toPTree (MaxSize 256) (MaxNum 256) merged
|
let pt = toPTree (MaxSize 256) (MaxNum 256) merged
|
||||||
|
|
Loading…
Reference in New Issue