checking for signals in the light client
This commit is contained in:
@@ -132,7 +132,7 @@ pub trait StateDependentProof {
|
||||
|
||||
/// Proof generated on epoch change.
|
||||
pub enum Proof {
|
||||
/// Known proof (exctracted from signal)
|
||||
/// Known proof (extracted from signal)
|
||||
Known(Vec<u8>),
|
||||
/// State dependent proof.
|
||||
WithState(Box<StateDependentProof>),
|
||||
|
||||
Reference in New Issue
Block a user