diff --git a/nym-wallet/src/components/Bonding/forms/GatewaySignatureForm.tsx b/nym-wallet/src/components/Bonding/forms/GatewaySignatureForm.tsx index 04d33b4607..fd7c25fcea 100644 --- a/nym-wallet/src/components/Bonding/forms/GatewaySignatureForm.tsx +++ b/nym-wallet/src/components/Bonding/forms/GatewaySignatureForm.tsx @@ -60,10 +60,16 @@ const GatewaySignatureForm = ({ return ( - Copy below message and sign it with your gateway using the following command + Copy the message below and sign it: +
+ If you are using a nym-gateway:
nym-gateway sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet>
+ If you are using a nym-node: +
+ nym-node sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet> +
Then paste the signature in the next field.
diff --git a/nym-wallet/src/components/Bonding/forms/MixnodeSignatureForm.tsx b/nym-wallet/src/components/Bonding/forms/MixnodeSignatureForm.tsx index 07cef87b1f..1cce8d2ccd 100644 --- a/nym-wallet/src/components/Bonding/forms/MixnodeSignatureForm.tsx +++ b/nym-wallet/src/components/Bonding/forms/MixnodeSignatureForm.tsx @@ -61,10 +61,16 @@ const MixnodeSignatureForm = ({ return ( - Copy below message and sign it with your mix node using the following command + Copy the message below and sign it: +
+ If you are using a nym-mixnode:
nym-mixnode sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet>
+ If you are using a nym-node: +
+ nym-node sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet> +
Then paste the signature in the next field.