From 4d447706fc1c90b440bcf7ed971ded982ef6ea54 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Fri, 17 Dec 2021 17:51:07 +0000 Subject: [PATCH] Update message to bond mixnode (#981) - This prevents the user navigating to the deprecated web-wallet. --- mixnode/src/commands/run.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mixnode/src/commands/run.rs b/mixnode/src/commands/run.rs index d50f2ee354..e0f0b01396 100644 --- a/mixnode/src/commands/run.rs +++ b/mixnode/src/commands/run.rs @@ -119,7 +119,8 @@ pub fn execute(matches: &ArgMatches) { let mut mixnode = MixNode::new(config); println!( - "\nTo bond your mixnode, go to https://testnet-milhon-wallet.nymtech.net/. You will need to provide the following:"); + "\nTo bond your mixnode you will need to install the Nym wallet, go to https://nymtech.net/get-involved and select the Download button.\n\ + Select the correct version and install it to your machine. You will need to provide the following: \n "); mixnode.print_node_details(); mixnode.run()