Update message to bond mixnode (#981)

- This prevents the user navigating to the deprecated web-wallet.
This commit is contained in:
Tommy Verrall
2021-12-17 17:51:07 +00:00
committed by GitHub
parent 6c6e16035a
commit 4d447706fc
+2 -1
View File
@@ -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()