Skip to content
Snippets Groups Projects
Unverified Commit 08b30246 authored by Andrei Eres's avatar Andrei Eres
Browse files

Specify DbHash in NodeBlock

parent 75726c65
Branches
No related merge requests found
Pipeline #517375 waiting for manual action with stages
in 1 hour, 6 minutes, and 20 seconds
......@@ -45,7 +45,7 @@ pub trait NodeBlock:
{
type BoundedFromStrErr: Debug;
type BoundedNumber: FromStr<Err = Self::BoundedFromStrErr> + BlockNumber;
type BoundedHeader: HeaderT<Number = Self::BoundedNumber> + Unpin;
type BoundedHeader: HeaderT<Number = Self::BoundedNumber, Hash = DbHash> + Unpin;
}
impl<T> NodeBlock for T
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment