We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033005b commit e195e06Copy full SHA for e195e06
crates/eth-sparse-mpt/src/model_test.rs
@@ -31,7 +31,7 @@ impl FixedKey {
31
}
32
33
fn from_string(s: &str) -> Self {
34
- Self(keccak256("a"))
+ Self(keccak256(s))
35
36
37
fn from_bytes(bytes: [u8; 32]) -> Self {
0 commit comments