Skip to content
GitLab
Explore
Sign in
parity-bridges-common
primitives
header-chain
tests
tests.rs
Find file
Normal view
History
Permalink
tests.rs
97 B
Newer
Older
GRANDPA justifications: equivocation detection primitives (#2295) (#2297)
Serban Iorga
committed
Jul 24, 2023
1
2
3
4
5
6
7
mod
justification
{
mod
equivocation
;
mod
optimizer
;
mod
strict
;
}
mod
implementation_match
;