From a76d4dd004e6d5f6bbf9eaab3572099d4a5468f8 Mon Sep 17 00:00:00 2001 From: Richard Ayotte Date: Mon, 2 Jan 2017 22:43:04 -0500 Subject: [PATCH] Fix openssl rand command -hex option must appear before quantity --- knowledge-base/moneropedia/paymentid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knowledge-base/moneropedia/paymentid.md b/knowledge-base/moneropedia/paymentid.md index 40311a6f..668205c9 100644 --- a/knowledge-base/moneropedia/paymentid.md +++ b/knowledge-base/moneropedia/paymentid.md @@ -19,7 +19,7 @@ Since the 0.9 Hydrogen Helix version, the Payment IDs can be encrypted and embed It is recommented to use the official wallet's `integrated_address` command to automatically generate Integrated Addresses that contain Compact Payment ID's. If you want to use the command line, you can generate Payment ID's as follows: Creating a compact Payment ID for an Integrated Address: -```# openssl rand 8 -hex``` +```# openssl rand -hex 8``` Creating an old-style Payment ID: -```# openssl rand 32 -hex``` +```# openssl rand -hex 32```