diff --git a/examples/low-level-api/private_tangle.rs b/examples/low-level-api/private_tangle.rs index 96611c7b3f..29fdb19595 100644 --- a/examples/low-level-api/private_tangle.rs +++ b/examples/low-level-api/private_tangle.rs @@ -18,9 +18,7 @@ use identity::prelude::*; #[tokio::main] pub async fn main() -> Result<()> { // This is an arbitrarily defined network name - let network_name = "atoi"; - - // Unwrap is fine since we provided a non-empty string. + let network_name = "custom"; let network = Network::from_name(network_name)?; // Set the network and the URL that points to