mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Use generic BLS object instead of BLST (#2290)
## Issue Addressed NA ## Proposed Changes Fixes a compile error when using the `milagro` feature. I can't see any need to use the specific BLST object here. @pawanjay176 can you please confirm? ## Additional Info NA
This commit is contained in:
@@ -5,7 +5,7 @@ use std::io::{prelude::*, BufReader};
|
|||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
use bls::blst_implementations::PublicKeyBytes;
|
use bls::PublicKeyBytes;
|
||||||
use types::{graffiti::GraffitiString, Graffiti};
|
use types::{graffiti::GraffitiString, Graffiti};
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|||||||
Reference in New Issue
Block a user