Skip to content
Snippets Groups Projects
Commit 3e26fced authored by Bastian Köcher's avatar Bastian Köcher Committed by Gavin Wood
Browse files

The storage runtime interface should not enforce a hash type (#4231)


* The storage runtime interface should not enforce a hash type

Currently the runtime interface enforces `H256` as hash type, but in the
future people could use whatever they want as hash type. The hash type
always needs to match between the runtime and the node, but that is
already required.

* Update primitives/externalities/src/lib.rs

Co-Authored-By: default avatarthiolliere <gui.thiolliere@gmail.com>
parent 39388b82
Branches
No related merge requests found
Showing
with 138 additions and 93 deletions
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