mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 21:58:04 +00:00
Fixed warnings by handlings absent voter fields in afg messages (#214)
This commit is contained in:
committed by
Maciej Hirsz
parent
65bfd1b943
commit
b9d658e2e6
@@ -100,7 +100,7 @@ pub struct AfgFinalized {
|
||||
pub struct AfgReceived {
|
||||
pub target_hash: BlockHash,
|
||||
pub target_number: Box<str>,
|
||||
pub voter: Box<str>,
|
||||
pub voter: Option<Box<str>>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user