mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-22 07:18:25 +00:00
Pass case_index through Case trait
This commit is contained in:
@@ -23,7 +23,7 @@ impl YamlDecode for BlsSign {
|
||||
}
|
||||
|
||||
impl Case for BlsSign {
|
||||
fn result(&self) -> Result<(), Error> {
|
||||
fn result(&self, _case_index: usize) -> Result<(), Error> {
|
||||
// Convert private_key, message and domain to required types
|
||||
let mut sk = hex::decode(&self.input.privkey[2..])
|
||||
.map_err(|e| Error::FailedToParseTest(format!("{:?}", e)))?;
|
||||
|
||||
Reference in New Issue
Block a user