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 2c84edf commit fcf6ab2Copy full SHA for fcf6ab2
src/framework.rs
@@ -322,8 +322,8 @@ fn generate_test_config<T: TestCase>(
322
std::fs::create_dir_all(&data_dir)
323
.with_context(|| format!("Failed to create {} directory", data_dir.display()))?;
324
325
- let p2p_port = get_available_port()?;
326
let rpc_port = get_available_port()?;
+ let p2p_port = get_available_port()?;
327
328
bitcoin_confs.push(BitcoinConfig {
329
p2p_port,
0 commit comments