You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository is a cargo "workspace" that manages two sibling crates.
4
4
5
-
# Crate: zingo-infra-services in ./services
5
+
# Crate: zingo-infra-services in ./services
6
6
7
7
Manages download and placement of static resources, these include:
8
8
@@ -14,7 +14,7 @@ This repository is a cargo "workspace" that manages two sibling crates.
14
14
* zingo-cli
15
15
16
16
Once these are fetched, in place, and executable, this crate exposes interfaces to consuming crates that allow them to be managed.
17
-
17
+
18
18
# Crate: zingo-infra-testutils in ./testutils
19
19
20
20
This is a crate that depends on zingo-infra-services, and leverages its public interfaces to provide test tooling, and a suite of integration tests built on those tools.
.expect("response should be success output with a serialized `GetBlockTemplate`");
571
578
572
-
let network = zebra_chain::parameters::Network::new_regtest(ConfiguredActivationHeights{before_overwinter:Some(1),overwinter:Some(self.activation_heights.overwinter.into()),sapling:Some(self.activation_heights.sapling.into()),blossom:Some(self.activation_heights.blossom.into()),heartwood:Some(self.activation_heights.heartwood.into()),canopy:Some(self.activation_heights.canopy.into()),nu5:Some(self.activation_heights.nu5.into()),nu6:Some(self.activation_heights.nu6.into()),nu6_1:None,nu7:None});
0 commit comments