Change bls import method for validator

This commit is contained in:
Paul Hauner 2019-02-05 03:52:34 +11:00
parent dcb507ca18
commit bd1cfeeba9
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -1,6 +1,5 @@
use super::Hash256;
use crate::test_utils::TestRandom;
use bls::PublicKey;
use crate::{test_utils::TestRandom, PublicKey};
use rand::RngCore;
use serde_derive::Serialize;
use ssz::{hash, Decodable, DecodeError, Encodable, SszStream, TreeHash};