mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 14:25:41 +00:00
Companion PR for 5657 (#1003)
* prometheus registry to txpool * Fix network tests * Use None as the network config path * update substrate Co-authored-by: Ashley Ruglys <ashley.ruglys@gmail.com> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -574,7 +574,7 @@ pub trait TestNetFactory: Sized {
|
||||
"test-node",
|
||||
"test-client",
|
||||
Default::default(),
|
||||
&std::env::current_dir().expect("current directory must exist"),
|
||||
None,
|
||||
);
|
||||
network_config.listen_addresses = vec![listen_addr.clone()];
|
||||
network_config.transport = TransportConfig::MemoryOnly;
|
||||
@@ -649,7 +649,7 @@ pub trait TestNetFactory: Sized {
|
||||
"test-node",
|
||||
"test-client",
|
||||
Default::default(),
|
||||
&std::env::current_dir().expect("current directory must exist"),
|
||||
None,
|
||||
);
|
||||
network_config.listen_addresses = vec![listen_addr.clone()];
|
||||
network_config.transport = TransportConfig::MemoryOnly;
|
||||
|
||||
Reference in New Issue
Block a user