Update validation.rs (#289)

Fix typo
This commit is contained in:
Yuanchao Sun
2019-06-13 16:19:01 +08:00
committed by Bastian Köcher
parent a5b2c9ab34
commit 62869f8a0a
+1 -1
View File
@@ -437,7 +437,7 @@ pub(crate) struct ValidationSession {
impl ValidationSession {
/// Create a new validation session instance. Needs to be attached to the
/// nework.
/// network.
pub(crate) fn new(params: SessionParams) -> Self {
ValidationSession {
parent_hash: params.parent_hash,