mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 20:01:26 +00:00
Fix test
This commit is contained in:
@@ -1824,7 +1824,7 @@ pub mod tests {
|
|||||||
|
|
||||||
fn get_test_config() -> LightClientConfig {
|
fn get_test_config() -> LightClientConfig {
|
||||||
LightClientConfig {
|
LightClientConfig {
|
||||||
server: "0.0.0.0:0".to_string(),
|
server: "0.0.0.0:0".parse().unwrap(),
|
||||||
chain_name: "test".to_string(),
|
chain_name: "test".to_string(),
|
||||||
sapling_activation_height: 0,
|
sapling_activation_height: 0,
|
||||||
consensus_branch_id: "000000".to_string(),
|
consensus_branch_id: "000000".to_string(),
|
||||||
|
Reference in New Issue
Block a user