We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4297c87 commit 7b6e213Copy full SHA for 7b6e213
timeboost-types/src/block.rs
@@ -194,7 +194,7 @@ impl Committable for BlockInfo {
194
}
195
196
#[derive(Debug, Serialize, Deserialize)]
197
-#[serde(bound(deserialize = "S: Deserialize<'de>, S: Deserialize<'de>"))]
+#[serde(bound(deserialize = "S: Deserialize<'de>"))]
198
pub struct CertifiedBlock<S> {
199
data: Block,
200
cert: Certificate<BlockInfo>,
0 commit comments