-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Description
github.com-1ecc6299db9ec823/triehash-0.1.2/src/lib.rs:141:2
138 | fn gen_trie_root<A: AsRef<[u8]>, B: AsRef<[u8]>>(input: &[(A, B)]) -> H256 {
| ---- expected ethereum_types::H256 because of return type
...
141 | keccak(stream.out())
| ^^^^^^^^^^^^^^^^^^^^ expected struct ethereum_types::H256, found struct hash::H256
|
= note: expected type ethereum_types::H256
found type hash::H256
Reactions are currently unavailable