mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 04:51:22 +00:00
5 lines
51 B
Rust
5 lines
51 B
Rust
|
enum BlockStatus {
|
||
|
NewBlock,
|
||
|
KnownBlock,
|
||
|
}
|