Update version number

This commit is contained in:
Aditya Kulkarni
2019-10-21 09:38:35 -07:00
parent be53b8087f
commit 29b5e4459b
3 changed files with 2 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ use zcash_primitives::{
primitives::{PaymentAddress},
};
use crate::lightclient::{LightClientConfig};
mod data;
@@ -58,7 +57,6 @@ fn now() -> f64 {
SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap().as_secs() as f64
}
/// Sha256(Sha256(value))
pub fn double_sha256(payload: &[u8]) -> Vec<u8> {
let h1 = Sha256::digest(&payload);