From 602beaa8da8d2833915fd036f317e3bb936de400 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Fri, 3 Jun 2022 10:41:47 -0700 Subject: [PATCH] Finish incomplete sentence in Master Key special permissions --- .../payment-system-basics/accounts/cryptographic-keys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/concepts/payment-system-basics/accounts/cryptographic-keys.md b/content/concepts/payment-system-basics/accounts/cryptographic-keys.md index 2ac11bd449..01b690ab3b 100644 --- a/content/concepts/payment-system-basics/accounts/cryptographic-keys.md +++ b/content/concepts/payment-system-basics/accounts/cryptographic-keys.md @@ -97,9 +97,9 @@ Keeping your master key pair offline means not putting the secret information (p **Only** the master key pair can authorize transactions to do certain things: -- Send an account's very first transaction, because accounts cannot be initialized with +- Send an account's very first transaction, because accounts cannot be initialized with another way of [authorizing transactions](transaction-basics.html#authorizing-transactions). -- Disable the master key pair. (You must set up at least one other method of [authorizing transactions](transaction-basics.html#authorizing-transactions) first.) +- Disable the master key pair. - Permanently give up the ability to [freeze](freezes.html#no-freeze).