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 42c3144 commit 2bf8505Copy full SHA for 2bf8505
lighthouse/tests/beacon_node.rs
@@ -11,7 +11,7 @@ use std::process::Command;
11
use std::str::FromStr;
12
use std::string::ToString;
13
use tempfile::TempDir;
14
-use types::{Checkpoint, Epoch, Hash256, Uint256};
+use types::{Checkpoint, Epoch, Hash256};
15
16
const DEFAULT_ETH1_ENDPOINT: &str = "http://localhost:8545/";
17
0 commit comments