Commit b9e7f09a 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 <[email protected]>
parent 657736e0
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