This commit is contained in:
Tan Chee Keong
2025-02-20 13:37:40 +08:00
parent 7ff3ffe8d3
commit d8d31b7b01
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ use ssz::Encode;
use std::cmp;
#[derive(arbitrary::Arbitrary, PartialEq, Debug, Clone, Serialize, Deserialize)]
#[serde(transparent)]
pub struct SelectionProof(Signature);
impl SelectionProof {