mirror of https://github.com/voidlizard/hbs2
code-review
This commit is contained in:
parent
c710dab928
commit
d094e046a5
|
@ -48,6 +48,13 @@ fixme-value-set cat bug feat refactor
|
|||
]
|
||||
|
||||
|
||||
[ fixme-report review json
|
||||
(render builtin:microstache report-wip.tpl)
|
||||
(post builtin:columns | 10 10 8 12 _)
|
||||
(query tag:REVIEW:)
|
||||
]
|
||||
|
||||
|
||||
[ fixme-report review json
|
||||
(render builtin:microstache report-wip.tpl)
|
||||
(post builtin:columns | 10 10 8 12 _)
|
||||
|
|
|
@ -441,6 +441,11 @@ runPeer opts = Exception.handle myException $ do
|
|||
] :: Set (PubKey 'Sign UDP)
|
||||
let blkeys = toKeys bls
|
||||
let wlkeys = toKeys whs
|
||||
|
||||
-- REVIEW: no-time-to-die
|
||||
просто удаляй пира из вайтлиста,
|
||||
если он в блэклисте
|
||||
|
||||
unless (Set.disjoint blkeys wlkeys) do
|
||||
die "whitelist and blacklist intersect"
|
||||
|
||||
|
|
Loading…
Reference in New Issue