just to be sure. even more thorough test

This commit is contained in:
Bryan Stitt 2023-11-23 01:05:51 -04:00
parent a0ee96da6d
commit 2b85716184

@ -687,6 +687,10 @@ mod test {
#[test]
fn test_serializing_padded_ints() {
let x: U64 = "0x001234".parse().unwrap();
let y: U64 = "0x1234".parse().unwrap();
assert_eq!(x, y);
}
// TODO: tests for eth_getLogs