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 38d07fd commit 7edca33Copy full SHA for 7edca33
1 file changed
crates/common/src/utils.rs
@@ -7,7 +7,7 @@ use std::{
7
8
use alloy::{
9
hex,
10
- primitives::{keccak256, U256},
+ primitives::{U256, keccak256},
11
};
12
use axum::http::HeaderValue;
13
use futures::StreamExt;
0 commit comments