mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Forgot to update seed address as well.
This commit is contained in:
parent
ca04327922
commit
78b223b4f0
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ fn simulate_seeding() {
|
||||||
db_root: format!("target/grin-seed-{}", n),
|
db_root: format!("target/grin-seed-{}", n),
|
||||||
cuckoo_size: 12,
|
cuckoo_size: 12,
|
||||||
p2p_config: p2p::P2PConfig{port: 12000+n, ..p2p::P2PConfig::default()},
|
p2p_config: p2p::P2PConfig{port: 12000+n, ..p2p::P2PConfig::default()},
|
||||||
seeding_type: grin::Seeding::List(vec!["127.0.0.1:10000".to_string()]),
|
seeding_type: grin::Seeding::List(vec!["127.0.0.1:12000".to_string()]),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}, &handle).unwrap();
|
}, &handle).unwrap();
|
||||||
servers.push(s);
|
servers.push(s);
|
||||||
|
|
Loading…
Reference in a new issue