Remove unused imports
This commit is contained in:
parent
0f84a6d38e
commit
d77dfb2344
|
@ -1,12 +1,8 @@
|
||||||
//! A binary hash tree of SHA256d (two rounds of SHA256) hashes for
|
//! A binary hash tree of SHA256d (two rounds of SHA256) hashes for
|
||||||
//! node values.
|
//! node values.
|
||||||
|
|
||||||
use std::io;
|
|
||||||
|
|
||||||
use sha2::Sha256;
|
use sha2::Sha256;
|
||||||
|
|
||||||
use crate::serialization::{SerializationError, ZcashDeserialize, ZcashSerialize};
|
|
||||||
|
|
||||||
/// A binary hash tree of SHA256d (two rounds of SHA256) hashes for
|
/// A binary hash tree of SHA256d (two rounds of SHA256) hashes for
|
||||||
/// node values.
|
/// node values.
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
|
Loading…
Reference in New Issue